aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Heroy <johnheroy@gmail.com>2015-10-26 15:48:49 -0700
committerJohn Heroy <johnheroy@gmail.com>2015-10-26 15:52:15 -0700
commitd04f671da8962a4777ed42783b323281d008d27b (patch)
treee37a0d16d4c8bec0d646d4effe85d381f35af2e3
parent0b6b263a39e6fca13cf7b76685b5e5f225c23be4 (diff)
downloadconnectbot-d04f671da8962a4777ed42783b323281d008d27b.tar.gz
connectbot-d04f671da8962a4777ed42783b323281d008d27b.tar.bz2
connectbot-d04f671da8962a4777ed42783b323281d008d27b.zip
Add android:tintMode with value 'src_atop' to 'add host' FAB
-rw-r--r--app/src/main/res/layout/act_hostlist.xml1
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" />