We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7362a58 commit 5845ce6Copy full SHA for 5845ce6
1 file changed
source-code/app/src/main/res/values/themes.xml
@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<resources>
3
+ <style name="Theme.HackerOS" parent="android:Theme.Material.NoTitleBar">
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>
7
+ <item name="android:windowLightStatusBar">false</item>
8
+ </style>
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
15
+</resources>
0 commit comments