From d662c15fb8c5c06e71657e03c65499011e93a561 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Mon, 13 Jul 2015 14:40:22 -0400 Subject: [PATCH] list background should be white --- F-Droid/res/layout/swap_bluetooth_devices.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F-Droid/res/layout/swap_bluetooth_devices.xml b/F-Droid/res/layout/swap_bluetooth_devices.xml index 746855ef7..fd16a39ed 100644 --- a/F-Droid/res/layout/swap_bluetooth_devices.xml +++ b/F-Droid/res/layout/swap_bluetooth_devices.xml @@ -5,6 +5,6 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/swap_blue"> + android:background="@color/white"> \ No newline at end of file