aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/stats_widget_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/stats_widget_background.xml')
-rw-r--r--WordPress/src/main/res/drawable/stats_widget_background.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/stats_widget_background.xml b/WordPress/src/main/res/drawable/stats_widget_background.xml
new file mode 100644
index 000000000..9a0d05036
--- /dev/null
+++ b/WordPress/src/main/res/drawable/stats_widget_background.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item>
+ <shape android:shape="rectangle" >
+ <stroke
+ android:width="1dp"
+ android:color="#DADADA" />
+
+ <solid android:color="#FFF" />
+
+ <corners android:radius="1dp" />
+
+ <padding
+ android:top="1dp"
+ android:bottom="1dp"
+ android:left="1dp"
+ android:right="1dp">
+ </padding>
+ </shape>
+ </item>
+
+</layer-list> \ No newline at end of file