diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f3125071f..87c152102 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -330,6 +330,15 @@
android:name="android.support.PARENT_ACTIVITY"
android:value=".FDroid" />
+
+
+
diff --git a/res/layout/swap_create_header.xml b/res/layout/swap_create_header.xml
index 80a20ea2c..7c93951e0 100644
--- a/res/layout/swap_create_header.xml
+++ b/res/layout/swap_create_header.xml
@@ -3,6 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/text_description"
android:text="Tap to select the apps you want to swap."
- style="@style/SwapTheme.AppList.MainText"
+ style="@style/SwapTheme.StartSwap.MainText"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
diff --git a/res/layout/swap_success_header.xml b/res/layout/swap_success_header.xml
new file mode 100644
index 000000000..cd5575c8e
--- /dev/null
+++ b/res/layout/swap_success_header.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a023b427c..fa3512fe8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -39,14 +39,17 @@
- @style/SwapTheme.Wizard.ActionButton
-
+
+
-
-
+
+
+
+