Skip to content

Commit 5a8046c

Browse files
committed
Fix Action bar showing in old Android versions
1 parent 7c9a327 commit 5a8046c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/res/values/themes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<style name="Theme.KernelFlasher" parent="Theme.Material3.DayNight.NoActionBar">
44
<item name="android:statusBarColor" >@android:color/transparent</item>
55
<item name="android:windowLightStatusBar">true</item>
6+
<item name="windowNoTitle">true</item>
7+
<item name="windowActionBar">false</item>
68
</style>
79
<style name="Theme.MainSplashScreen" parent="Theme.SplashScreen">
810
<item name="windowSplashScreenBackground">@color/ic_splash_background</item>

0 commit comments

Comments
 (0)