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    <style name="Tag">
 8
 9    </style>
10
11</resources>