summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nav_section_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/nav_section_item.xml')
-rw-r--r--app/src/main/res/layout/nav_section_item.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/nav_section_item.xml b/app/src/main/res/layout/nav_section_item.xml
index 3682ca811..77b2ff253 100644
--- a/app/src/main/res/layout/nav_section_item.xml
+++ b/app/src/main/res/layout/nav_section_item.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="24dp"
android:background="@android:color/transparent"
@@ -10,5 +11,6 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_centerVertical="true"
- android:background="?android:attr/listDivider" />
-</RelativeLayout> \ No newline at end of file
+ android:background="?android:attr/listDivider"
+ tools:background="@android:color/holo_red_dark"/>
+</RelativeLayout>