iamrasel / lunar-launcher

Feature rich android home with minimal look. 🇵🇸
GNU General Public License v3.0
470 stars 41 forks source link

Add option to choose drawer text alignment in settings #70

Closed michelevantaggi02 closed 1 year ago

michelevantaggi02 commented 1 year ago

What is it?

Description of the changes in your PR

Fixes the following issue(s)

iamrasel commented 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.😐

michelevantaggi02 commented 1 year ago

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

iamrasel commented 1 year ago

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.