Update styles.xml

pull/1/head
zhanglyt 4 years ago committed by GitHub
parent 7354f280f1
commit 18f823ec0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/src/main/res/values/styles.xml

@ -16,7 +16,7 @@
<item name="windowNoTitle">true</item>
<item name="android:keepScreenOn">true</item>
<!-- <item name="android:windowBackground">@drawable/main_bg</item>-->
<item name="android:windowBackground">@drawable/app_bg</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style>
<!-- 自定义dialog样式 -->
<style name="CustomDialogStyle" parent="@android:style/Theme.Dialog">
@ -39,4 +39,4 @@
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowFullscreen">true</item>
</style>
</resources>
</resources>

Loading…
Cancel
Save