aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Heroy <johnheroy@gmail.com>2015-10-26 16:33:56 -0700
committerJohn Heroy <johnheroy@gmail.com>2015-10-26 16:33:56 -0700
commite6e4236445ae01cb9d6c10e31a7b8595b73e233d (patch)
treeece4fd0c1980e448ce4735f5b5effc9d8a64bae6
parentd04f671da8962a4777ed42783b323281d008d27b (diff)
downloadconnectbot-e6e4236445ae01cb9d6c10e31a7b8595b73e233d.tar.gz
connectbot-e6e4236445ae01cb9d6c10e31a7b8595b73e233d.tar.bz2
connectbot-e6e4236445ae01cb9d6c10e31a7b8595b73e233d.zip
Use android:tint for styling the 'add host' FAB's icon instead of android:tintMode, which is only supported in APIs 21+
-rw-r--r--app/src/main/res/layout/act_hostlist.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/act_hostlist.xml b/app/src/main/res/layout/act_hostlist.xml
index b0c6438..afa1bd3 100644
--- a/app/src/main/res/layout/act_hostlist.xml
+++ b/app/src/main/res/layout/act_hostlist.xml
@@ -54,7 +54,7 @@
android:layout_alignParentRight="true"
android:layout_margin="16dp"
android:src="@drawable/ic_add"
- android:tintMode="src_atop"
+ android:tint="@android:color/white"
app:backgroundTint="@color/accent"
app:rippleColor="@color/dark_accent" />