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