vanilla-music / vanilla-music-tag-editor

Vanilla Music player Tag Editor plugin
GNU General Public License v3.0
13 stars 6 forks source link

Scroll tags by letter #17

Closed airon90 closed 7 years ago

airon90 commented 7 years ago

Custom tags are ordered alphabetically but you can't move between them by letter, like between tracks on Vanilla Music. I'd like to go rapidly to Y in order to select YEAR, I don't want to scroll all the tags until I reach YEAR ;)

Kaned1as commented 7 years ago

Sadly it's not possible, I use standard Android Spinner for tags dropdown and it doesn't have a support for fast scroll. I could possibly turn it into listview or recycleview but it will occupy a lot more space and we're already constrained by dialog borders :(

But if you have an idea or have seen an app with similar dropdowns, please let me know, I'll take a look.

airon90 commented 7 years ago

Thank you for your answer :)