aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/comment_reply_unapproved_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/comment_reply_unapproved_background.xml')
-rw-r--r--WordPress/src/main/res/drawable/comment_reply_unapproved_background.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/comment_reply_unapproved_background.xml b/WordPress/src/main/res/drawable/comment_reply_unapproved_background.xml
new file mode 100644
index 000000000..6ea63fed8
--- /dev/null
+++ b/WordPress/src/main/res/drawable/comment_reply_unapproved_background.xml
@@ -0,0 +1,22 @@
+<?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/white" />
+ </shape>
+ </item>
+ <item
+ android:left="@dimen/margin_extra_large">
+ <shape android:shape="rectangle">
+ <solid android:color="@color/notification_status_unapproved" />
+ <padding
+ android:bottom="1dp"
+ android:left="20dp" />
+ </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