replace the hardcoded tab titles with proper strings
This commit is contained in:
parent
136cade8ed
commit
7c28d48b3e
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class MainActivity : SimpleActivity(), MainActivityInterface {
|
|||
}
|
||||
)
|
||||
|
||||
val tabLabels = arrayOf("ARTISTS", "PLAYLISTS")
|
||||
val tabLabels = arrayOf(getString(R.string.artists), getString(R.string.playlists))
|
||||
main_tabs_holder.apply {
|
||||
setTabTextColors(config.backgroundColor.getContrastColor(), getAdjustedPrimaryColor())
|
||||
setSelectedTabIndicatorColor(getAdjustedPrimaryColor())
|
||||
|
|
Loading…
Reference in a new issue