mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-15 16:20:51 +01:00
Huge clean-up. Separation between themes and style. Preparatory work for theme inheritance and alternative themes made by derivation. Problem: due to a pre-lollipop bug, I still have to remove some color indirections through attributes, as they are not preperly resolved.
15 lines
599 B
XML
15 lines
599 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
<style name="AndorsTrail_Style_TextButton" parent="AndorsTrail_Style_TextButton_Base">
|
|
<item name="android:textAllCaps">false</item>
|
|
</style>
|
|
|
|
<style name="AndorsTrail_Style_PreferencesListHeader" parent="AndorsTrail_Style_PreferencesListHeader_Base">
|
|
<item name="android:layout_marginLeft">5dp</item>
|
|
<item name="android:layout_marginRight">5dp</item>
|
|
<item name="android:gravity">center_vertical</item>
|
|
</style>
|
|
|
|
</resources> |