We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b296a0c commit df3cb50Copy full SHA for df3cb50
app/src/main/res/values/styles.xml
@@ -15,10 +15,12 @@
15
16
<style name="DialogTheme" parent="Theme.AppCompat.Light.Dialog.Alert">
17
<item name="windowNoTitle">true</item>
18
+ <item name="bottomSheetDialogTheme">@style/Theme.Design.Light.BottomSheetDialog</item>
19
</style>
20
21
<style name="DialogTheme.Dark" parent="Theme.AppCompat.Dialog.Alert">
22
23
+ <item name="bottomSheetDialogTheme">@style/Theme.Design.BottomSheetDialog</item>
24
25
26
<style name="TransparentTheme" parent="@style/Theme.AppCompat.Light">
0 commit comments