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 @@
+ android:drawableRight="?attr/ui_theme_radiobutton_drawable" />
diff --git a/AndorsTrail/res/layout/custom_dialog_title_icon.xml b/AndorsTrail/res/layout/custom_dialog_title_icon.xml
index 21770666a..886758ef8 100644
--- a/AndorsTrail/res/layout/custom_dialog_title_icon.xml
+++ b/AndorsTrail/res/layout/custom_dialog_title_icon.xml
@@ -13,21 +13,21 @@
style="@style/titleWithIcon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@drawable/ui_blue_richframe"
+ android:background="?attr/ui_theme_richframe_bitmap"
android:drawableLeft="@drawable/char_hero"
android:gravity="center_vertical" />
+ android:paddingBottom="10dp"
+ android:paddingLeft="10dp"
+ android:paddingRight="10dp"
+ android:paddingTop="10dp" >
diff --git a/AndorsTrail/res/layout/custom_menu_item_separator_layout.xml b/AndorsTrail/res/layout/custom_menu_item_separator_layout.xml
index ef2e0ecf9..2b532b258 100644
--- a/AndorsTrail/res/layout/custom_menu_item_separator_layout.xml
+++ b/AndorsTrail/res/layout/custom_menu_item_separator_layout.xml
@@ -2,5 +2,5 @@
+ android:background="?attr/ui_theme_listseparator_drawable" />
diff --git a/AndorsTrail/res/layout/custom_menu_submenu_layout.xml b/AndorsTrail/res/layout/custom_menu_submenu_layout.xml
index 9ab97d8bc..ba0920758 100644
--- a/AndorsTrail/res/layout/custom_menu_submenu_layout.xml
+++ b/AndorsTrail/res/layout/custom_menu_submenu_layout.xml
@@ -3,5 +3,5 @@
style="@style/contextMenuText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:drawableRight="@drawable/ui_blue_submenu_indicator" />
+ android:drawableRight="?attr/ui_theme_submenu_indicator_bitmap" />
diff --git a/AndorsTrail/res/layout/displayworldmap.xml b/AndorsTrail/res/layout/displayworldmap.xml
index 1a1f3675b..303df0b49 100644
--- a/AndorsTrail/res/layout/displayworldmap.xml
+++ b/AndorsTrail/res/layout/displayworldmap.xml
@@ -7,7 +7,7 @@
@@ -36,7 +36,7 @@
diff --git a/AndorsTrail/res/layout/heroinfo_inventory.xml b/AndorsTrail/res/layout/heroinfo_inventory.xml
index 171d35cc9..dfc587541 100644
--- a/AndorsTrail/res/layout/heroinfo_inventory.xml
+++ b/AndorsTrail/res/layout/heroinfo_inventory.xml
@@ -1,12 +1,12 @@
@@ -49,7 +49,7 @@