Initial commit
This commit is contained in:
37
dists/android/res/values/themes.xml
Normal file
37
dists/android/res/values/themes.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user