blob: 64bde7709b065f66c63b877293e8d1b6c96f1d5b (
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/divider</item>
</style>
</resources>
|