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