diff options
author | John Heroy <johnheroy@gmail.com> | 2015-10-26 16:33:56 -0700 |
---|---|---|
committer | John Heroy <johnheroy@gmail.com> | 2015-10-26 16:33:56 -0700 |
commit | e6e4236445ae01cb9d6c10e31a7b8595b73e233d (patch) | |
tree | ece4fd0c1980e448ce4735f5b5effc9d8a64bae6 /app | |
parent | d04f671da8962a4777ed42783b323281d008d27b (diff) | |
download | connectbot-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+
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/act_hostlist.xml | 2 |
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" /> |