mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
ffad6b331f
bump deps allow tunnel stat to stay expanded closes #265
14 lines
571 B
XML
14 lines
571 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="Theme.WireguardAutoTunnel" parent="@style/Theme.AppCompat.NoActionBar">
|
|
<item name="android:windowBackground">@color/black_background</item>
|
|
</style>
|
|
|
|
<style name="Theme.App.Start" parent="@style/Theme.SplashScreen">
|
|
<item name="windowSplashScreenBackground">@color/black_background</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
|
|
<item name="postSplashScreenTheme">@style/Theme.WireguardAutoTunnel</item>
|
|
</style>
|
|
</resources>
|