diff options
Diffstat (limited to 'app/src/main/res')
-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..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" /> |