aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/stats_vertical_line.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/stats_vertical_line.xml')
-rw-r--r--WordPress/src/main/res/layout/stats_vertical_line.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/stats_vertical_line.xml b/WordPress/src/main/res/layout/stats_vertical_line.xml
new file mode 100644
index 000000000..9c4e65a4b
--- /dev/null
+++ b/WordPress/src/main/res/layout/stats_vertical_line.xml
@@ -0,0 +1,4 @@
+<View xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="1dp"
+ android:layout_height="match_parent"
+ android:background="@color/grey_lighten_30" />