blob: b98a37fcb3dbfe2ff866103c3619d0b34b39cc53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
<style name="Tag">
</style>
</resources>
|