We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0841b8 commit e38d46cCopy full SHA for e38d46c
dialog/src/main/res/values/styles.xml
@@ -13,9 +13,10 @@
13
<item name="android:backgroundDimEnabled">false</item>–>
14
</style>-->
15
16
- <style name="Dialog.FullScreen" parent="Theme.AppCompat.Dialog">
+ <style name="Dialog.FullScreen" parent="Theme.AppCompat.Light.Dialog">
17
+ <!--Theme.AppCompat.Dialog-->
18
<item name="android:windowNoTitle">true</item>
- <item name="android:windowBackground">#00000000</item>
19
+ <item name="android:windowBackground">#FFFFFF</item>
20
<item name="android:windowIsFloating">false</item>
21
</style>
22
0 commit comments