From 5463086e7533f647e4a29a964d4b54a4e79ddca1 Mon Sep 17 00:00:00 2001 From: Eric Kuck Date: Wed, 11 Jul 2018 12:48:18 -0500 Subject: fab: use support library's rendering Signed-off-by: Eric Kuck --- app/src/main/res/layout/tunnel_list_fragment.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'app/src/main/res/layout/tunnel_list_fragment.xml') diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml index cad2e094..5aff4739 100644 --- a/app/src/main/res/layout/tunnel_list_fragment.xml +++ b/app/src/main/res/layout/tunnel_list_fragment.xml @@ -23,7 +23,8 @@ android:id="@+id/main_container" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:attr/colorBackground"> + android:background="?android:attr/colorBackground" + android:clipChildren="false"> + android:clipChildren="false" + app:fab_labelsPosition="left" > - - -- cgit v1.2.3-59-g8ed1b