Files
2026-02-02 04:50:13 +01:00

38 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.NoTitleBar.Fullscreen">
<item name="android:colorBackground">@color/colorBackground</item>
<item name="keyboardViewStyle">@style/View.CustomKeyboard</item>
</style>
<style name="SplashThemeBase" parent="AppTheme">
</style>
<style name="SplashTheme_v21" parent="SplashThemeBase">
</style>
<style name="SplashTheme_v30" parent="SplashTheme_v21">
</style>
<style name="SplashTheme" parent="SplashTheme_v30">
<item name="android:windowBackground">@drawable/splash</item>
</style>
<!-- This base theme is overridden in values-v29 to allow for Day/Night theme selection -->
<style name="ShortcutCreatorThemeBase" parent="@android:style/Theme.DeviceDefault">
</style>
<style name="ShortcutCreatorTheme_v11" parent="ShortcutCreatorThemeBase">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>
<style name="ShortcutCreatorTheme_v21" parent="ShortcutCreatorTheme_v11">
</style>
<style name="ShortcutCreatorTheme_v30" parent="ShortcutCreatorTheme_v21">
</style>
<style name="ShortcutCreatorTheme" parent="ShortcutCreatorTheme_v30">
</style>
</resources>