mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 18:05:28 +01:00
Android Navigation code refactor
This commit is contained in:
parent
9552e617b5
commit
23f4fee872
81 changed files with 1235 additions and 919 deletions
|
@ -65,6 +65,8 @@
|
|||
|
||||
<style name="ToolbarTextAppearanceNormal.Library" parent="ToolbarTextAppearanceNormal">
|
||||
<item name="android:textAppearance">@style/TextViewHeadline6</item>
|
||||
<item name="fontFamily">@font/pacifico</item>
|
||||
<item name="android:fontFamily">@font/pacifico</item>
|
||||
</style>
|
||||
|
||||
<style name="BigTitleTextAppearanceToolbar">
|
||||
|
@ -131,6 +133,8 @@
|
|||
|
||||
<style name="TextViewBody1" parent="TextAppearance.MaterialComponents.Body1" />
|
||||
|
||||
<style name="TextViewButton" parent="TextAppearance.MaterialComponents.Button" />
|
||||
|
||||
<style name="TextViewBody2" parent="TextAppearance.MaterialComponents.Body2" />
|
||||
|
||||
<style name="TextViewOverline" parent="TextAppearance.MaterialComponents.Overline" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue