From d36c2d35a5c378a42e8ec0eafa7a4ab86d7e3474 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Wed, 10 Jun 2020 13:43:00 +0200 Subject: [PATCH] Hide on scrolling for activities and notifications Signed-off-by: tobiasKaminsky --- src/main/res/layout/activity_list_layout.xml | 12 ++++++------ src/main/res/layout/notifications_layout.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/res/layout/activity_list_layout.xml b/src/main/res/layout/activity_list_layout.xml index bb3a4c94be..2ab95f6e75 100644 --- a/src/main/res/layout/activity_list_layout.xml +++ b/src/main/res/layout/activity_list_layout.xml @@ -18,24 +18,24 @@ License along with this program. If not, see . --> - - + android:layout_height="match_parent"> + android:layout_below="@id/appbar" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - + - - + android:layout_height="match_parent"> + android:layout_below="@id/appbar" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - +