We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba7832 commit 0ade1b9Copy full SHA for 0ade1b9
1 file changed
source-code/app/src/main/res/values/themes.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
- <style name="Theme.HackerOS" parent="android:Theme.Material.NoTitleBar">
+ <style name="Theme.HackerOS" parent="Theme.AppCompat.NoActionBar">
4
<item name="android:windowBackground">@color/background</item>
5
<item name="android:statusBarColor">@android:color/transparent</item>
6
<item name="android:navigationBarColor">@android:color/transparent</item>
@@ -9,7 +9,6 @@
9
10
<style name="Theme.HackerOS.Splash" parent="Theme.SplashScreen">
11
<item name="windowSplashScreenBackground">@color/background</item>
12
- <item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
13
<item name="postSplashScreenTheme">@style/Theme.HackerOS</item>
14
</style>
15
</resources>
0 commit comments