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