Hide action bar

This commit is contained in:
Piotr Dec 2023-08-14 00:05:09 +02:00
parent 38b9ff9a17
commit 49559993d8
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Garmin" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.Garmin" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>

View file

@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Garmin" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.Garmin" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>