From c53df989b80c0fbbf2bd8742234a20cd33f68f1e Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Mon, 13 Jul 2015 16:05:00 -0400 Subject: [PATCH] small UI clean-up of header display --- F-Droid/res/layout/swap_bluetooth_header.xml | 25 ++++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) 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" + + />