Closed michelevantaggi02 closed 1 year ago
I am approaching for this feature slowly. My latest commit adds reworked app drawer. There I replaced all the alphabets with the first letters of app names.
Now I want to make that area scroll'ish type. That means, someone can select the letter by ending the glide/swipe on it. (e.g. Simple Contact's right side's alphabetical scroller). Currently I don't know how to do that. Could you please help me on this?
Edit: I just noticed you asked for the same in #69.😐
Now I want to make that area scroll'ish type. That means, someone can select the letter by ending the glide/swipe on it. (e.g. Simple Contact's right side's alphabetical scroller). Currently I don't know how to do that. Could you please help me on this?
I have seen some questions on stackoverflow that say it's possible to customize the seekbar, but I haven't tried anything right now
Edit: I just noticed you asked for the same in #69.😐
Yep, we had the same idea
we had the same idea
Thanks to Chatgpt, I have implemented this successfully. It still needs some fine-tuning though.
on stackoverflow that say it's possible to customize the seekbar
It's not a seekbar, it's a customized form of View class.
What is it?
Description of the changes in your PR
Fixes the following issue(s)
51