Commit a6dedc73 authored by 周文华's avatar 周文华

【修复】修复状态栏颜色主题问题

parent bf6b49db
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="splash.theme" parent="Theme.AppCompat.DayNight.NoActionBar">
<style name="splash.theme" parent="Base.Theme.PDFViewerScannerWhite">
<item name="android:windowBackground">@drawable/splash_bp</item>
<item name="android:windowFullscreen">false</item>
<item name="android:forceDarkAllowed">false</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
</resources>
\ No newline at end of file
......@@ -7,7 +7,7 @@
<style name="Theme.PDFViewerScannerWhite" parent="Base.Theme.PDFViewerScannerWhite" />
<style name="splash.theme" parent="Theme.AppCompat.DayNight.NoActionBar">
<style name="splash.theme" parent="Base.Theme.PDFViewerScannerWhite">
<item name="android:windowBackground">@drawable/splash_bp</item>
<item name="android:windowFullscreen">false</item>
</style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment