aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/reader_post_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/reader_post_background.xml')
-rw-r--r--WordPress/src/main/res/drawable/reader_post_background.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/reader_post_background.xml b/WordPress/src/main/res/drawable/reader_post_background.xml
new file mode 100644
index 000000000..d10c0f143
--- /dev/null
+++ b/WordPress/src/main/res/drawable/reader_post_background.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ background drawable for reader post list items
+-->
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <stroke android:color="@color/grey_light" android:width="1px"/>
+ <solid android:color="@color/white" />
+
+</shape> \ No newline at end of file