aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/stats_widget_header_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/stats_widget_header_background.xml')
-rw-r--r--WordPress/src/main/res/drawable/stats_widget_header_background.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/stats_widget_header_background.xml b/WordPress/src/main/res/drawable/stats_widget_header_background.xml
new file mode 100644
index 000000000..150d5d939
--- /dev/null
+++ b/WordPress/src/main/res/drawable/stats_widget_header_background.xml
@@ -0,0 +1,12 @@
+<?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/blue_wordpress" />
+ <corners android:topLeftRadius="1dp"
+ android:topRightRadius="1dp"/>
+ </shape>
+ </item>
+
+</layer-list> \ No newline at end of file