Remove action bar
This commit is contained in:
parent
aea5c459c1
commit
f5e65e1309
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.Jellyfin" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<style name="Theme.Jellyfin" 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.Jellyfin" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<style name="Theme.Jellyfin" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/purple_500</item>
|
||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||
|
|
Loading…
Reference in a new issue