aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/stats_visitors_and_views_legend_background_secondary.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/drawable/stats_visitors_and_views_legend_background_secondary.xml')
-rw-r--r--WordPress/src/main/res/drawable/stats_visitors_and_views_legend_background_secondary.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/WordPress/src/main/res/drawable/stats_visitors_and_views_legend_background_secondary.xml b/WordPress/src/main/res/drawable/stats_visitors_and_views_legend_background_secondary.xml
new file mode 100644
index 000000000..a613a5e0d
--- /dev/null
+++ b/WordPress/src/main/res/drawable/stats_visitors_and_views_legend_background_secondary.xml
@@ -0,0 +1,14 @@
+<?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/stats_bar_graph_secondary_series"/>
+ <corners android:radius="@dimen/stats_button_corner_radius"/>
+ <size
+ android:width="@dimen/stats_barchart_legend_item"
+ android:height="@dimen/stats_barchart_legend_item"/>
+ </shape>
+ </item>
+
+</layer-list> \ No newline at end of file