diff --git a/res/drawable-xhdpi/item_focused.9.png b/res/drawable-xhdpi/item_focused.9.png
new file mode 100644
index 000000000..b545f8e57
Binary files /dev/null and b/res/drawable-xhdpi/item_focused.9.png differ
diff --git a/res/drawable-xhdpi/item_pressed.9.png b/res/drawable-xhdpi/item_pressed.9.png
new file mode 100644
index 000000000..e4b33935a
Binary files /dev/null and b/res/drawable-xhdpi/item_pressed.9.png differ
diff --git a/res/drawable/selectable_item_background.xml b/res/drawable/selectable_item_background.xml
new file mode 100644
index 000000000..0eafef893
--- /dev/null
+++ b/res/drawable/selectable_item_background.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/layout-v11/wizard_cancel.xml b/res/layout-v11/wizard_cancel.xml
new file mode 100644
index 000000000..a8c816f20
--- /dev/null
+++ b/res/layout-v11/wizard_cancel.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-v11/wizard_done.xml b/res/layout-v11/wizard_done.xml
new file mode 100644
index 000000000..6d2bf39d3
--- /dev/null
+++ b/res/layout-v11/wizard_done.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-v11/wizard_next.xml b/res/layout-v11/wizard_next.xml
new file mode 100644
index 000000000..46f8cde36
--- /dev/null
+++ b/res/layout-v11/wizard_next.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-v11/wizard_setup.xml b/res/layout-v11/wizard_setup.xml
new file mode 100644
index 000000000..2a447e6a9
--- /dev/null
+++ b/res/layout-v11/wizard_setup.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-v11/wizard_welcome.xml b/res/layout-v11/wizard_welcome.xml
new file mode 100644
index 000000000..30877890e
--- /dev/null
+++ b/res/layout-v11/wizard_welcome.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/account_setup_basics.xml b/res/layout/account_setup_basics.xml
index 50f6c4d67..4d7129373 100644
--- a/res/layout/account_setup_basics.xml
+++ b/res/layout/account_setup_basics.xml
@@ -7,8 +7,8 @@
@@ -42,34 +42,5 @@
/>
-
-
-
-
+
diff --git a/res/layout/account_setup_check_settings.xml b/res/layout/account_setup_check_settings.xml
index 3c7731cee..e1648b28d 100644
--- a/res/layout/account_setup_check_settings.xml
+++ b/res/layout/account_setup_check_settings.xml
@@ -6,8 +6,8 @@
android:orientation="vertical">
diff --git a/res/layout/account_setup_incoming.xml b/res/layout/account_setup_incoming.xml
index 2d8929c12..fa2b70122 100644
--- a/res/layout/account_setup_incoming.xml
+++ b/res/layout/account_setup_incoming.xml
@@ -7,8 +7,8 @@
diff --git a/res/layout/account_setup_names.xml b/res/layout/account_setup_names.xml
index dc0affc3b..efe6ed640 100644
--- a/res/layout/account_setup_names.xml
+++ b/res/layout/account_setup_names.xml
@@ -7,8 +7,8 @@
@@ -38,22 +38,5 @@
android:layout_weight="1" />
-
-
-
+
diff --git a/res/layout/account_setup_options.xml b/res/layout/account_setup_options.xml
index f7961ce73..55330c6dc 100644
--- a/res/layout/account_setup_options.xml
+++ b/res/layout/account_setup_options.xml
@@ -7,9 +7,10 @@
-
+
-
+
diff --git a/res/layout/welcome_message.xml b/res/layout/welcome_message.xml
index f33e790df..a8da14736 100644
--- a/res/layout/welcome_message.xml
+++ b/res/layout/welcome_message.xml
@@ -6,8 +6,8 @@
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/res/layout/wizard_cancel.xml b/res/layout/wizard_cancel.xml
index 7981957d5..893826232 100644
--- a/res/layout/wizard_cancel.xml
+++ b/res/layout/wizard_cancel.xml
@@ -1,20 +1,18 @@
-
+
+
+ android:gravity="bottom|left" >
+
-
+ android:layout_height="wrap_content"
+ android:minWidth="@dimen/button_minWidth"
+ android:text="@string/cancel_action" />
+
+
+
\ No newline at end of file
diff --git a/res/layout/wizard_done.xml b/res/layout/wizard_done.xml
new file mode 100644
index 000000000..6ff67ad61
--- /dev/null
+++ b/res/layout/wizard_done.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/wizard_next.xml b/res/layout/wizard_next.xml
index 0949cf303..8ae0e3948 100644
--- a/res/layout/wizard_next.xml
+++ b/res/layout/wizard_next.xml
@@ -1,21 +1,19 @@
-
+
+
+ android:gravity="bottom|right" >
+
-
+ android:minWidth="@dimen/button_minWidth"
+ android:text="@string/next_action" />
+
+
+
\ No newline at end of file
diff --git a/res/layout/wizard_setup.xml b/res/layout/wizard_setup.xml
new file mode 100644
index 000000000..cd5327624
--- /dev/null
+++ b/res/layout/wizard_setup.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/wizard_welcome.xml b/res/layout/wizard_welcome.xml
new file mode 100644
index 000000000..5b38d43a8
--- /dev/null
+++ b/res/layout/wizard_welcome.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file