Skip to content

Commit 5845ce6

Browse files
authored
Create themes.xml
1 parent 7362a58 commit 5845ce6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
</style>
15+
</resources>

0 commit comments

Comments
 (0)