summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nav_section_item.xml
blob: 45d0dff59d594abf3473dc1ea69c66ba121bfdc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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="16dp"
    android:background="@android:color/transparent"
    android:orientation="vertical"
    android:importantForAccessibility="no">

    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:layout_centerVertical="true"
        android:background="?android:attr/listDivider"
        tools:background="@android:color/holo_red_dark"/>
</RelativeLayout>