diff options
author | John Heroy <johnheroy@gmail.com> | 2015-10-26 15:48:49 -0700 |
---|---|---|
committer | John Heroy <johnheroy@gmail.com> | 2015-10-26 15:52:15 -0700 |
commit | d04f671da8962a4777ed42783b323281d008d27b (patch) | |
tree | e37a0d16d4c8bec0d646d4effe85d381f35af2e3 /app | |
parent | 0b6b263a39e6fca13cf7b76685b5e5f225c23be4 (diff) | |
download | connectbot-d04f671da8962a4777ed42783b323281d008d27b.tar.gz connectbot-d04f671da8962a4777ed42783b323281d008d27b.tar.bz2 connectbot-d04f671da8962a4777ed42783b323281d008d27b.zip |
Add android:tintMode with value 'src_atop' to 'add host' FAB
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/act_hostlist.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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" /> |