Stay with the NoActionBar theme, even though the bar did not show up with DarkActionBar set.

This commit is contained in:
2025-07-20 19:28:36 -07:00
parent 35c2e800b3
commit 85cc437b91

View File

@@ -18,13 +18,11 @@
parent="@android:style/Theme.Light.NoTitleBar">
</style>
<style name="CarbUp" parent="Theme.AppCompat.DayNight.DarkActionBar">
<!--
<style name="CarbUp" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
-->
<!--
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>