styles.xml

1<resources xmlns:android="http://schemas.android.com/apk/res/android">
2    <style name="Divider">
3        <item name="android:layout_width">match_parent</item>
4        <item name="android:layout_height">1.5dp</item>
5        <item name="android:background">@color/black12</item>
6    </style>
7</resources>