From 43a3c2b042c914d4acc535d17404bea447ee2085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 26 Feb 2016 14:25:08 +0000 Subject: [PATCH] Remove useless app:backgroundTint from layouts app:backgroundTint only works on AppCompatButton from v7-appcompat. We're using a regular Button in these, so this attribute is useless and makes lint error. More info: https://stackoverflow.com/questions/27735890/lollipops-backgroundtint-has-no-effect-on-a-button --- F-Droid/res/layout/swap_app_list_item.xml | 2 -- F-Droid/res/layout/swap_confirm_receive.xml | 3 --- F-Droid/res/layout/swap_connecting.xml | 4 +--- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/F-Droid/res/layout/swap_app_list_item.xml b/F-Droid/res/layout/swap_app_list_item.xml index 8542c5dfe..2219f2f96 100644 --- a/F-Droid/res/layout/swap_app_list_item.xml +++ b/F-Droid/res/layout/swap_app_list_item.xml @@ -2,7 +2,6 @@ diff --git a/F-Droid/res/layout/swap_confirm_receive.xml b/F-Droid/res/layout/swap_confirm_receive.xml index 7ff094915..fb1c5fc26 100644 --- a/F-Droid/res/layout/swap_confirm_receive.xml +++ b/F-Droid/res/layout/swap_confirm_receive.xml @@ -1,7 +1,6 @@ diff --git a/F-Droid/res/layout/swap_connecting.xml b/F-Droid/res/layout/swap_connecting.xml index 3675a358c..2b02e1a35 100644 --- a/F-Droid/res/layout/swap_connecting.xml +++ b/F-Droid/res/layout/swap_connecting.xml @@ -3,7 +3,6 @@ @@ -41,11 +40,10 @@ android:layout_height="wrap_content" android:id="@+id/back" android:backgroundTint="@color/swap_light_blue" - app:backgroundTint="@color/swap_light_blue" android:textColor="@android:color/white" android:layout_gravity="center_horizontal" android:visibility="gone" android:text="@string/back" tools:ignore="UnusedAttribute" /> - \ No newline at end of file +