From f9bcf33d505ee89dbda96a7bb579a38ed21c8554 Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Wed, 3 Jun 2015 23:55:11 +1000 Subject: [PATCH] WIP: Fixed minor UI issues. "Confirm swap" background was white but should have been blue. SwapWorkflowActivity now extends ActionBarActivity instead of FragmentActivity so older devices have an action bar (though it is not styled with blue action buttons on android-10 devices). --- F-Droid/res/layout/swap_confirm_receive.xml | 1 + F-Droid/res/values/styles.xml | 2 -- .../src/org/fdroid/fdroid/views/swap/SwapWorkflowActivity.java | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/F-Droid/res/layout/swap_confirm_receive.xml b/F-Droid/res/layout/swap_confirm_receive.xml index d2e114e0c..899b1af2c 100644 --- a/F-Droid/res/layout/swap_confirm_receive.xml +++ b/F-Droid/res/layout/swap_confirm_receive.xml @@ -5,6 +5,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@color/swap_blue" android:padding="18dp"> diff --git a/F-Droid/res/values/styles.xml b/F-Droid/res/values/styles.xml index 4c49996c2..d6d567356 100644 --- a/F-Droid/res/values/styles.xml +++ b/F-Droid/res/values/styles.xml @@ -153,8 +153,6 @@