Initial commit
This commit is contained in:
12
dists/android/res/values-v21/themes.xml
Normal file
12
dists/android/res/values-v21/themes.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="SplashTheme_v21" parent="SplashThemeBase">
|
||||
<item name="android:windowTranslucentStatus">true</item>
|
||||
<item name="android:windowTranslucentNavigation">true</item>
|
||||
</style>
|
||||
|
||||
<style name="ShortcutCreatorTheme_v21" parent="ShortcutCreatorTheme_v11">
|
||||
<item name="android:windowTranslucentStatus">true</item>
|
||||
<item name="android:windowTranslucentNavigation">true</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user