Skip to content

Commit

Permalink
全屏对话框 白色主题
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 committed Feb 10, 2023
1 parent a0841b8 commit e38d46c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dialog/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<item name="android:backgroundDimEnabled">false</item>&ndash;&gt;
</style>-->

<style name="Dialog.FullScreen" parent="Theme.AppCompat.Dialog">
<style name="Dialog.FullScreen" parent="Theme.AppCompat.Light.Dialog">
<!--Theme.AppCompat.Dialog-->
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">#00000000</item>
<item name="android:windowBackground">#FFFFFF</item>
<item name="android:windowIsFloating">false</item>
</style>

Expand Down

0 comments on commit e38d46c

Please sign in to comment.