Stay with the NoActionBar theme, even though the bar did not show up with DarkActionBar set.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user