From c5c78b99354097442f4ee3d7bf2517ab8c75fa77 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 2 Feb 2021 23:01:58 +0200 Subject: [PATCH] Templates: make FAB hide on scroll up --- app/src/main/res/layout/activity_templates.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/activity_templates.xml b/app/src/main/res/layout/activity_templates.xml index 97416f9f..e53fb95e 100644 --- a/app/src/main/res/layout/activity_templates.xml +++ b/app/src/main/res/layout/activity_templates.xml @@ -73,6 +73,7 @@ android:layout_margin="@dimen/fab_margin" app:srcCompat="@drawable/ic_add_white_24dp" android:contentDescription="@string/add_button_description" + app:layout_behavior="@string/hide_bottom_view_on_scroll_behavior" /> -- 2.39.2