From 803dcfe31eecae1601653af99044ff14edeff27e Mon Sep 17 00:00:00 2001 From: alperozturk Date: Wed, 18 Oct 2023 13:24:15 +0200 Subject: [PATCH] Remove Coordinator Layout due to background color conflict Signed-off-by: alperozturk --- .../res/layout/file_actions_bottom_sheet.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/file_actions_bottom_sheet.xml b/app/src/main/res/layout/file_actions_bottom_sheet.xml index ee263e05f52e..9275cf5a511c 100644 --- a/app/src/main/res/layout/file_actions_bottom_sheet.xml +++ b/app/src/main/res/layout/file_actions_bottom_sheet.xml @@ -25,7 +25,8 @@ xmlns:tools="http://schemas.android.com/tools" style="@style/Widget.Material3.BottomSheet" android:layout_width="match_parent" - android:layout_height="match_parent" + android:layout_height="wrap_content" + android:layout_gravity="bottom" app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"> - + android:layout_height="wrap_content"> + + + +