mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="Theme.WireguardAutoTunnel" parent="@style/Theme.AppCompat.NoActionBar">
|
|
<item name="android:windowBackground">@color/background</item>
|
|
<item name="android:colorPrimary">@color/background</item>
|
|
<item name="android:windowAllowReturnTransitionOverlap">true</item>
|
|
<item name="android:windowAllowEnterTransitionOverlap">true</item>
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
<item name="android:navigationBarColor">@android:color/transparent</item>
|
|
</style>
|
|
|
|
<style name="Theme.App.Start" parent="@style/Theme.SplashScreen">
|
|
<item name="windowSplashScreenBackground">@color/background</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
|
|
<item name="postSplashScreenTheme">@style/Theme.WireguardAutoTunnel</item>
|
|
<item name="android:colorPrimary">@color/background</item>
|
|
<item name="android:windowAllowReturnTransitionOverlap">true</item>
|
|
<item name="android:windowAllowEnterTransitionOverlap">true</item>
|
|
</style>
|
|
</resources>
|