This commit is contained in:
❀ » Cato Sweeney. ❀ » Console@the.bb
2026-09-03 17:14:31 +08:00
parent d013e370e9
commit dec274b1af
2878 changed files with 86019 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="splashscreen_icon_mask_size_no_background">128dp</dimen>
<dimen name="splashscreen_icon_mask_size_with_background">103dp</dimen>
<dimen name="splashscreen_icon_mask_stroke_no_background">34dp</dimen>
<dimen name="splashscreen_icon_mask_stroke_with_background">28dp</dimen>
<dimen name="splashscreen_icon_size">?splashScreenIconSize</dimen>
<dimen name="splashscreen_icon_size_no_background">90dp</dimen>
<dimen name="splashscreen_icon_size_with_background">72dp</dimen>
<integer name="default_icon_animation_duration">10000</integer>
<style name="Base.Theme.AppCompat.Dialog" parent="Base.V7.Theme.AppCompat.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
<style name="Base.Theme.AppCompat.Light.Dialog" parent="Base.V7.Theme.AppCompat.Light.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
<style name="Base.ThemeOverlay.AppCompat.Dialog" parent="Base.V7.ThemeOverlay.AppCompat.Dialog">
<item name="android:windowIsFloating">false</item>
</style>
</resources>