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