summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/v_switch_list_item.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-08-03 19:00:05 +0200
committercyBerta <cyberta@riseup.net>2019-08-03 19:00:05 +0200
commit37f9cf65b3267f081c4b80c62240fc7754a30325 (patch)
tree7cbcb8ada5d9633761880a84603ec02945b341a6 /app/src/main/res/layout/v_switch_list_item.xml
parentfa04548dbdf1403e67682fc984bef9941e2f4c78 (diff)
create custom UI classes navigation drawer entries
Diffstat (limited to 'app/src/main/res/layout/v_switch_list_item.xml')
-rw-r--r--app/src/main/res/layout/v_switch_list_item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/v_switch_list_item.xml b/app/src/main/res/layout/v_switch_list_item.xml
index 26060a73..de0e4f36 100644
--- a/app/src/main/res/layout/v_switch_list_item.xml
+++ b/app/src/main/res/layout/v_switch_list_item.xml
@@ -45,4 +45,11 @@
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:checked="false"
tools:text="" />
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1px"
+ android:background="@android:color/darker_gray"
+ android:layout_alignParentBottom="true"
+ />
</RelativeLayout> \ No newline at end of file