You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Minor adjustments
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- For stub APK, we need to manually handle the SplashScreen -->
|
||||
<!-- For stub on API 31+, we cannot rely on the platform SplashScreen -->
|
||||
<!-- Force using SplashScreenBase that was used for older APIs -->
|
||||
<style name="StubSplashTheme" parent="Theme.SplashScreenBase">
|
||||
<item name="android:enforceStatusBarContrast">false</item>
|
||||
<item name="android:enforceNavigationBarContrast">false</item>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<resources>
|
||||
|
||||
<style name="SplashTheme" parent="Theme.Splash" />
|
||||
<style name="StubSplashTheme" parent="Theme.Splash"/>
|
||||
|
||||
<style name="Foundation" parent="Theme.Foundation.Light" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user