From 6662e2002f63b303079a515e24ce9e092f07d24e Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 1 Feb 2021 22:23:29 -0500 Subject: [PATCH] Rounded bottom sheets --- app/src/main/res/layout/common_tabbed_sheet.xml | 5 +++-- app/src/main/res/values/styles.xml | 13 +++++++++++++ app/src/main/res/values/themes.xml | 2 ++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/common_tabbed_sheet.xml b/app/src/main/res/layout/common_tabbed_sheet.xml index 10f72004bf..b9cbde1d97 100644 --- a/app/src/main/res/layout/common_tabbed_sheet.xml +++ b/app/src/main/res/layout/common_tabbed_sheet.xml @@ -8,14 +8,15 @@ + android:layout_height="wrap_content"> + false @android:color/transparent ?attr/colorPrimary + @style/Theme.BottomSheet.Style + + + + + diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index ddeac5ad61..9437cd0642 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -218,6 +218,7 @@ @style/ThemeOverlay.MaterialComponents.Dark.ActionBar @style/ThemeOverlay.MaterialComponents @style/Theme.Widget.BasicSwitch + @style/Theme.BottomSheet