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