From f2c77693dbb8175fe0b6f7e6ae9d94fafb4139c2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 21 Apr 2020 17:57:15 +0200 Subject: [PATCH] hide the bottom actions by default --- app/src/main/res/layout/fragment_holder.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_holder.xml b/app/src/main/res/layout/fragment_holder.xml index ab722a90a..6aea1be0a 100644 --- a/app/src/main/res/layout/fragment_holder.xml +++ b/app/src/main/res/layout/fragment_holder.xml @@ -1,6 +1,5 @@ - @@ -8,17 +7,18 @@ + android:layout_height="match_parent" /> + android:background="@drawable/gradient_background_flipped" + android:contentDescription="@null" /> + layout="@layout/bottom_actions" + android:visibility="gone" />