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