Files
Hoops-android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v31/values-v31.xml
2026-05-10 10:45:02 +08:00

15 lines
710 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.SplashScreen" parent="Base.Theme.SplashScreen.DayNight">
<item name="android:windowSplashScreenAnimatedIcon">?windowSplashScreenAnimatedIcon</item>
<item name="android:windowSplashScreenBackground">?windowSplashScreenBackground</item>
<item name="android:windowSplashScreenAnimationDuration">
?windowSplashScreenAnimationDuration
</item>
</style>
<style name="Theme.SplashScreen.IconBackground" parent="Theme.SplashScreen">
<item name="android:windowSplashScreenIconBackgroundColor">
?windowSplashScreenIconBackgroundColor
</item>
</style>
</resources>