summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/v_switch_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout-xlarge/v_switch_list_item.xml')
-rw-r--r--app/src/main/res/layout-xlarge/v_switch_list_item.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout-xlarge/v_switch_list_item.xml b/app/src/main/res/layout-xlarge/v_switch_list_item.xml
index d692070e..68f63dc1 100644
--- a/app/src/main/res/layout-xlarge/v_switch_list_item.xml
+++ b/app/src/main/res/layout-xlarge/v_switch_list_item.xml
@@ -45,4 +45,10 @@
android:minHeight="?android:attr/listPreferredItemHeight"
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