remove action bar

This commit is contained in:
lucky 2022-01-05 06:23:22 +03:00
parent 2c3fd0546b
commit bd143f56bb
3 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.Wasted" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.Wasted" 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.Wasted" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.Wasted" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 101 KiB