aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-11-06 09:06:42 -0800
committerKenny Root <kenny@the-b.org>2015-11-06 09:06:42 -0800
commit9bcc1233fba2a81a0f60cee25b34a7350a49dd0b (patch)
tree19cc5663b481aa5a67bcb2a04d81085e923dba9c
parent5916f54d2791dcdd20f6fd017b74254f905cd5f1 (diff)
parent01efa97b1a74c24426644248f608d5cae328a7ba (diff)
downloadconnectbot-9bcc1233fba2a81a0f60cee25b34a7350a49dd0b.tar.gz
connectbot-9bcc1233fba2a81a0f60cee25b34a7350a49dd0b.tar.bz2
connectbot-9bcc1233fba2a81a0f60cee25b34a7350a49dd0b.zip
Merge pull request #333 from johnheroy/add-host-button2
Do not apply background tint on top of FAB image
-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..afa1bd3 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:tint="@android:color/white"
app:backgroundTint="@color/accent"
app:rippleColor="@color/dark_accent" />