aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/stats_insights_header_line.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/stats_insights_header_line.xml')
-rw-r--r--WordPress/src/main/res/layout/stats_insights_header_line.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/stats_insights_header_line.xml b/WordPress/src/main/res/layout/stats_insights_header_line.xml
new file mode 100644
index 000000000..8463b5357
--- /dev/null
+++ b/WordPress/src/main/res/layout/stats_insights_header_line.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<View xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:background="@color/grey_lighten_30" />