aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/comment_reply_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/comment_reply_background.xml')
-rw-r--r--WordPress/src/main/res/drawable/comment_reply_background.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/comment_reply_background.xml b/WordPress/src/main/res/drawable/comment_reply_background.xml
new file mode 100644
index 000000000..9aa45e2ea
--- /dev/null
+++ b/WordPress/src/main/res/drawable/comment_reply_background.xml
@@ -0,0 +1,24 @@
+<?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"
+ android:right="@dimen/margin_extra_large"
+ android:top="9dp">
+ <shape android:shape="rectangle">
+ <solid android:color="@color/grey_lighten_30" />
+ <padding
+ android:bottom="1dp"
+ android:left="20dp" />
+ </shape>
+ </item>
+ <item>
+ <shape android:shape="rectangle">
+ <solid android:color="@color/white" />
+ </shape>
+ </item>
+</layer-list> \ No newline at end of file