summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/vertical_list_divider.xml
blob: 61739cbcd112badf5564dc40e9dea6e64a0e6e86 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="1dp"
    android:layout_height="match_parent"
    android:layout_marginBottom="16dp"
    android:layout_marginTop="16dp"
    android:background="?android:attr/listDivider"
    tools:background="@android:color/holo_red_dark" />