You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
9 lines
361 B
XML
9 lines
361 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
|
|
<item name="android:windowBackground">@drawable/ic_splash_activity</item>
|
|
<item name="android:windowTranslucentStatus">true</item>
|
|
<item name="android:windowTranslucentNavigation">true</item>
|
|
</style>
|
|
</resources> |