summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/vertical_list_divider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/vertical_list_divider.xml')
-rw-r--r--app/src/main/res/layout/vertical_list_divider.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/vertical_list_divider.xml b/app/src/main/res/layout/vertical_list_divider.xml
new file mode 100644
index 000000000..00b1752f6
--- /dev/null
+++ b/app/src/main/res/layout/vertical_list_divider.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<View xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="1dp"
+ android:layout_height="match_parent"
+ android:layout_marginBottom="16dp"
+ android:layout_marginTop="16dp"
+ android:background="?android:attr/listDivider"/> \ No newline at end of file