blob: b329eee448adb529ca920945f25ec2638f81ebf1 (
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/divider</item>
</style>
<style name="Tag">
</style>
</resources>
|