From 87b079adfae2898f113d74997ef6f0a7f76cbe9a Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Thu, 24 Nov 2022 13:49:44 +0530 Subject: [PATCH] Hide the recycler view and available text header by default --- res/layout/activity_updates.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/activity_updates.xml b/res/layout/activity_updates.xml index 3b956f56..58408700 100644 --- a/res/layout/activity_updates.xml +++ b/res/layout/activity_updates.xml @@ -119,7 +119,8 @@ android:id="@+id/content" android:layout_width="match_parent" android:layout_height="match_parent" - android:orientation="vertical" + android:orientation="vertical" + android:visibility="gone" app:layout_behavior="@string/appbar_scrolling_view_behavior">