aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/styles.xml
blob: 450cf183f5d7174edf82356f9239f2afc0d64544 (plain)
1
2
3
4
5
6
7
8
<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>