Conversations/res/values/styles.xml

8 lines
304 B
XML
Raw Normal View History

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