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="sectionHeader" parent="android:Widget.Holo.Light.TextView">
|
2014-01-24 02:04:05 +01:00
|
|
|
<item name="android:drawableBottom">@drawable/section_header</item>
|
|
|
|
<item name="android:drawablePadding">4dp</item>
|
|
|
|
<item name="android:layout_marginTop">8dp</item>
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
<item name="android:textAllCaps">true</item>
|
|
|
|
<item name="android:textColor">#5b5b5b</item>
|
|
|
|
<item name="android:textStyle">bold</item>
|
|
|
|
</style>
|
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>
|
|
|
|
<item name="android:background">#b7b7b7</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|