Skip to content

Commit e38d46c

Browse files
committed
全屏对话框 白色主题
1 parent a0841b8 commit e38d46c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dialog/src/main/res/values/styles.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
<item name="android:backgroundDimEnabled">false</item>&ndash;&gt;
1414
</style>-->
1515

16-
<style name="Dialog.FullScreen" parent="Theme.AppCompat.Dialog">
16+
<style name="Dialog.FullScreen" parent="Theme.AppCompat.Light.Dialog">
17+
<!--Theme.AppCompat.Dialog-->
1718
<item name="android:windowNoTitle">true</item>
18-
<item name="android:windowBackground">#00000000</item>
19+
<item name="android:windowBackground">#FFFFFF</item>
1920
<item name="android:windowIsFloating">false</item>
2021
</style>
2122

0 commit comments

Comments
 (0)