aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/shape_oval_grey.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/shape_oval_grey.xml')
-rw-r--r--WordPress/src/main/res/drawable/shape_oval_grey.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/shape_oval_grey.xml b/WordPress/src/main/res/drawable/shape_oval_grey.xml
new file mode 100644
index 000000000..17e9f5150
--- /dev/null
+++ b/WordPress/src/main/res/drawable/shape_oval_grey.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
+ <stroke android:color="@color/white" android:width="2dp" />
+ <solid android:color="@color/grey_lighten_10" />
+</shape> \ No newline at end of file