summaryrefslogtreecommitdiffstats
path: root/res/layout/horizontal_divider.xml
blob: 167f8f5d8cf489e211fbb8522699eb2ff63c3a65 (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="?attr/popupColorTertiary" />