[tor-commits] [orbot/master] fab icon and color
n8fr8 at torproject.org
n8fr8 at torproject.org
Thu Mar 2 04:10:21 UTC 2017
commit a0b3d72fa8d26b5bb09bbae5754ddbf977b65357
Author: arrase <arrase at gmail.com>
Date: Mon Nov 28 22:43:11 2016 +0100
fab icon and color
---
app/src/main/res/layout/layout_hs_list_view.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/src/main/res/layout/layout_hs_list_view.xml b/app/src/main/res/layout/layout_hs_list_view.xml
index 3e7b32f..4981877 100644
--- a/app/src/main/res/layout/layout_hs_list_view.xml
+++ b/app/src/main/res/layout/layout_hs_list_view.xml
@@ -27,6 +27,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
- app:srcCompat="@android:drawable/ic_input_add" />
+ app:srcCompat="@android:drawable/stat_notify_more"
+ app:backgroundTint="@android:color/darker_gray" />
</android.support.design.widget.CoordinatorLayout>
\ No newline at end of file
More information about the tor-commits
mailing list