aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/reader_new_posts_bar_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/reader_new_posts_bar_background.xml')
-rw-r--r--WordPress/src/main/res/drawable/reader_new_posts_bar_background.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/reader_new_posts_bar_background.xml b/WordPress/src/main/res/drawable/reader_new_posts_bar_background.xml
new file mode 100644
index 000000000..46edaa9c9
--- /dev/null
+++ b/WordPress/src/main/res/drawable/reader_new_posts_bar_background.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <solid android:color="@color/color_primary_dark" />
+ <corners android:radius="24dp" />
+
+</shape> \ No newline at end of file