summaryrefslogtreecommitdiffstats
path: root/res/layout/horizontal_divider.xml
blob: 33773ebface7b7e4ce0881b0362b6ea7170f5191 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="@dimen/popup_item_divider_height"
    android:background="?android:attr/listDivider"/>