fix: Fix Home tab title
This commit is contained in:
parent
23da382b22
commit
931e59319a
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class HomeFragment :
|
|||
findNavController().navigate(R.id.action_search, null, navOptions)
|
||||
}
|
||||
val hexColor = String.format("#%06X", 0xFFFFFF and accentColor())
|
||||
val appName = "<font color=$hexColor>Retro Music</font>".parseAsHtml()
|
||||
val appName = "Retro <font color=$hexColor>Music</font>".parseAsHtml()
|
||||
binding.appBarLayout.title = appName
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue