diff --git a/AndorsTrail/AndroidManifest.xml b/AndorsTrail/AndroidManifest.xml index 0623cf4b7..fcb1c0ab2 100644 --- a/AndorsTrail/AndroidManifest.xml +++ b/AndorsTrail/AndroidManifest.xml @@ -30,7 +30,7 @@ android:icon="@drawable/icon" android:description="@string/app_description" android:allowBackup="true" - android:theme="@style/AndorsTrailStyle" + android:theme="@style/AndorsTrailTheme_Blue" > - - - - - + + + + + - - - - + + + + diff --git a/AndorsTrail/res/color/ui_blue_textbutton_textcolor.xml b/AndorsTrail/res/color/ui_blue_textbutton_textcolor.xml deleted file mode 100644 index 3e34505be..000000000 --- a/AndorsTrail/res/color/ui_blue_textbutton_textcolor.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/AndorsTrail/res/color/ui_theme_textbutton_textcolor.xml b/AndorsTrail/res/color/ui_theme_textbutton_textcolor.xml new file mode 100644 index 000000000..7df36729c --- /dev/null +++ b/AndorsTrail/res/color/ui_theme_textbutton_textcolor.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/AndorsTrail/res/drawable/ui_blue_radiobutton.xml b/AndorsTrail/res/drawable/ui_blue_radiobutton.xml index 0e57551cf..cfeba3ded 100644 --- a/AndorsTrail/res/drawable/ui_blue_radiobutton.xml +++ b/AndorsTrail/res/drawable/ui_blue_radiobutton.xml @@ -1,11 +1,6 @@ - + - - - - - @@ -81,7 +81,7 @@ android:background="@android:color/transparent" /> diff --git a/AndorsTrail/res/layout/bulkselection.xml b/AndorsTrail/res/layout/bulkselection.xml index 456d1e8c1..5a05c6269 100644 --- a/AndorsTrail/res/layout/bulkselection.xml +++ b/AndorsTrail/res/layout/bulkselection.xml @@ -11,12 +11,12 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" - android:background="@drawable/ui_blue_richframe" + android:background="?attr/ui_theme_richframe_bitmap" android:drawableLeft="@drawable/equip_weapon" android:text="@string/inventory_info" /> @@ -115,7 +115,7 @@ android:background="@android:color/transparent" /> diff --git a/AndorsTrail/res/layout/combatview.xml b/AndorsTrail/res/layout/combatview.xml index 8c85522f9..19b0ea04d 100644 --- a/AndorsTrail/res/layout/combatview.xml +++ b/AndorsTrail/res/layout/combatview.xml @@ -12,7 +12,7 @@