diff --git a/app/src/main/res/layout/component_quick_action_sheet.xml b/app/src/main/res/layout/component_quick_action_sheet.xml index cecb0b374..06f57e35b 100644 --- a/app/src/main/res/layout/component_quick_action_sheet.xml +++ b/app/src/main/res/layout/component_quick_action_sheet.xml @@ -6,5 +6,4 @@ android:id="@+id/quick_action_sheet" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_gravity="bottom" - android:background="@android:color/transparent" /> + android:layout_gravity="bottom" /> diff --git a/app/src/main/res/layout/fragment_browser.xml b/app/src/main/res/layout/fragment_browser.xml index de08f4c9a..a974bb66f 100644 --- a/app/src/main/res/layout/fragment_browser.xml +++ b/app/src/main/res/layout/fragment_browser.xml @@ -15,7 +15,7 @@ android:id="@+id/swipeRefresh" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_marginBottom="@dimen/browser_toolbar_height"> + android:layout_marginBottom="@dimen/toolbar_and_qab_height"> diff --git a/app/src/main/res/layout/layout_quick_action_sheet.xml b/app/src/main/res/layout/layout_quick_action_sheet.xml index c673cc2ef..4fd69692d 100644 --- a/app/src/main/res/layout/layout_quick_action_sheet.xml +++ b/app/src/main/res/layout/layout_quick_action_sheet.xml @@ -6,8 +6,7 @@ android:id="@+id/quick_action_sheet" android:layout_width="match_parent" android:layout_height="wrap_content" - android:backgroundTint="?foundation" - android:background="@drawable/rounded_top_corners" + android:background="?foundation" android:orientation="vertical">