From d04f671da8962a4777ed42783b323281d008d27b Mon Sep 17 00:00:00 2001 From: John Heroy Date: Mon, 26 Oct 2015 15:48:49 -0700 Subject: Add android:tintMode with value 'src_atop' to 'add host' FAB --- app/src/main/res/layout/act_hostlist.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/act_hostlist.xml b/app/src/main/res/layout/act_hostlist.xml index 24e4058..b0c6438 100644 --- a/app/src/main/res/layout/act_hostlist.xml +++ b/app/src/main/res/layout/act_hostlist.xml @@ -54,6 +54,7 @@ android:layout_alignParentRight="true" android:layout_margin="16dp" android:src="@drawable/ic_add" + android:tintMode="src_atop" app:backgroundTint="@color/accent" app:rippleColor="@color/dark_accent" /> -- cgit v1.2.3