mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-10 10:09:59 +01:00
disable title and menu bar
This commit is contained in:
parent
ffd9925e08
commit
64ce088048
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.Robot36" parent="Theme.Material3.DayNight">
|
||||
<style name="Base.Theme.Robot36" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/white</item>
|
||||
<item name="colorPrimaryVariant">@color/gray</item>
|
||||
|
|
@ -13,6 +13,8 @@
|
|||
<item name="android:statusBarColor">@color/black</item>
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="android:navigationBarColor">@color/dark</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowFullscreen">true</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog" parent="Theme.Material3.DayNight.Dialog.Alert">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.Robot36" parent="Theme.Material3.DayNight">
|
||||
<style name="Base.Theme.Robot36" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/black</item>
|
||||
<item name="colorPrimaryVariant">@color/gray</item>
|
||||
|
|
@ -13,6 +13,8 @@
|
|||
<item name="android:statusBarColor">@color/black</item>
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="android:navigationBarColor">@color/dark</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowFullscreen">true</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog" parent="Theme.Material3.DayNight.Dialog.Alert">
|
||||
|
|
|
|||
Loading…
Reference in a new issue