From d43e77867c3a58e434307b4eb9469b1766ddc6c8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 17 Jul 2018 20:31:41 +0530 Subject: fab: slide fab up when a snackbar shows Signed-off-by: Harsh Shandilya --- app/src/main/res/layout/tunnel_list_fragment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml index 5aff4739..a8a33dcc 100644 --- a/app/src/main/res/layout/tunnel_list_fragment.xml +++ b/app/src/main/res/layout/tunnel_list_fragment.xml @@ -43,7 +43,8 @@ android:layout_margin="16dp" app:fab_labelStyle="@style/fab_label" android:clipChildren="false" - app:fab_labelsPosition="left" > + app:fab_labelsPosition="left" + app:layout_behavior="com.wireguard.android.widget.fab.FloatingActionButtonBehavior" >