From 1b2678d6ed1db8765e28585e3b94c3a32967069c Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Sat, 23 May 2015 01:25:06 +1000 Subject: [PATCH] WIP: Applying styles correctly to views refactored from fragments. --- F-Droid/res/layout/swap_join_wifi.xml | 2 ++ F-Droid/res/layout/swap_nfc.xml | 2 ++ F-Droid/res/layout/swap_wifi_qr.xml | 1 + F-Droid/res/values/styles.xml | 6 +++--- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/F-Droid/res/layout/swap_join_wifi.xml b/F-Droid/res/layout/swap_join_wifi.xml index 0c9e48bc0..bf24e6ff4 100644 --- a/F-Droid/res/layout/swap_join_wifi.xml +++ b/F-Droid/res/layout/swap_join_wifi.xml @@ -5,6 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" xmlns:tools="http://schemas.android.com/tools" + android:background="@color/swap_blue" tools:context=".views.swap.SwapActivity"> diff --git a/F-Droid/res/layout/swap_nfc.xml b/F-Droid/res/layout/swap_nfc.xml index f58ba7fc7..33deea105 100644 --- a/F-Droid/res/layout/swap_nfc.xml +++ b/F-Droid/res/layout/swap_nfc.xml @@ -4,6 +4,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@color/swap_blue" android:paddingTop="38.8dp"> diff --git a/F-Droid/res/values/styles.xml b/F-Droid/res/values/styles.xml index a0522db1a..4c49996c2 100644 --- a/F-Droid/res/values/styles.xml +++ b/F-Droid/res/values/styles.xml @@ -33,9 +33,9 @@ -