diff --git a/F-Droid/res/layout/swap_bluetooth_header.xml b/F-Droid/res/layout/swap_bluetooth_header.xml
index 89992d1ae..e74261ef9 100644
--- a/F-Droid/res/layout/swap_bluetooth_header.xml
+++ b/F-Droid/res/layout/swap_bluetooth_header.xml
@@ -6,7 +6,9 @@
android:orientation="vertical"
android:gravity="center"
android:layout_width="wrap_content"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:background="@color/fdroid_blue"
+ >
+ android:paddingBottom="5dp"
+ android:textSize="24sp"
+ android:textColor="@color/white"
+ />
+ android:paddingBottom="5dp"
+ android:textColor="@color/white"
+ />
+ android:paddingBottom="10dp"
+ android:textSize="18sp"
+ android:textColor="@color/white"
+ />
+ android:paddingBottom="5dp"
+ android:textColor="@color/white"
+
+ />