for-android/app/src/main/res/values-v31/themes.xml

10 lines
502 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Peptide" parent="Theme.Material3.DayNight.NoActionBar">
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:windowSplashScreenBackground">@color/background</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/splash_screen_icon_square</item>
</style>
</resources>