Hide action bar
This commit is contained in:
parent
38b9ff9a17
commit
49559993d8
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue