Skip to content

Commit 0ade1b9

Browse files
authored
Update themes.xml
1 parent 6ba7832 commit 0ade1b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<style name="Theme.HackerOS" parent="android:Theme.Material.NoTitleBar">
3+
<style name="Theme.HackerOS" parent="Theme.AppCompat.NoActionBar">
44
<item name="android:windowBackground">@color/background</item>
55
<item name="android:statusBarColor">@android:color/transparent</item>
66
<item name="android:navigationBarColor">@android:color/transparent</item>
@@ -9,7 +9,6 @@
99

1010
<style name="Theme.HackerOS.Splash" parent="Theme.SplashScreen">
1111
<item name="windowSplashScreenBackground">@color/background</item>
12-
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
1312
<item name="postSplashScreenTheme">@style/Theme.HackerOS</item>
1413
</style>
1514
</resources>

0 commit comments

Comments
 (0)