2014-01-24 02:04:05 +01:00
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-05-03 17:06:54 +02:00
|
|
|
<style name="Divider">
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">1.5dp</item>
|
2014-07-16 12:34:09 +02:00
|
|
|
<item name="android:background">@color/divider</item>
|
2014-05-03 17:06:54 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|