We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b29945 commit 6bfc940Copy full SHA for 6bfc940
1 file changed
dialogsheet/src/main/res/values/styles.xml
@@ -3,6 +3,7 @@
3
<style name="DialogSheetTheme" parent="Theme.MaterialComponents.Light.BottomSheetDialog">
4
<item name="colorPrimary">?dialogSheetAccent</item>
5
<item name="colorAccent">?dialogSheetAccent</item>
6
+ <item name="android:windowIsFloating">false</item>
7
<item name="android:colorBackground">@android:color/transparent</item>
8
<item name="android:statusBarColor" tools:targetApi="21">@android:color/transparent</item>
9
</style>
0 commit comments