music: introduce icon for backport more tab

This commit is contained in:
Alexander Capehart 2024-10-14 12:46:06 -06:00
parent f0bda0c99f
commit c236a449c8
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
6 changed files with 1 additions and 1 deletions

View file

@ -39,7 +39,7 @@ sealed class TabNode {
data object More : TabNode() { data object More : TabNode() {
override val id = "more" override val id = "more"
override val nameRes = R.string.lbl_more override val nameRes = R.string.lbl_more
override val bitmapRes = null override val bitmapRes = R.drawable.ic_more_bitmap_24
} }
data class Home(val type: MusicType) : TabNode() { data class Home(val type: MusicType) : TabNode() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B