We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9a327 commit 5a8046cCopy full SHA for 5a8046c
app/src/main/res/values/themes.xml
@@ -3,6 +3,8 @@
3
<style name="Theme.KernelFlasher" parent="Theme.Material3.DayNight.NoActionBar">
4
<item name="android:statusBarColor" >@android:color/transparent</item>
5
<item name="android:windowLightStatusBar">true</item>
6
+ <item name="windowNoTitle">true</item>
7
+ <item name="windowActionBar">false</item>
8
</style>
9
<style name="Theme.MainSplashScreen" parent="Theme.SplashScreen">
10
<item name="windowSplashScreenBackground">@color/ic_splash_background</item>
0 commit comments