music: introduce icon for backport more tab

This commit is contained in:
Alexander Capehart 2024-09-19 17:49:07 -06:00
parent 1f5b202c5a
commit acd81d1c57
6 changed files with 1 additions and 1 deletions

View file

@ -39,7 +39,7 @@ sealed class TabNode {
data object More : TabNode() {
override val id = "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() {

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