DroidWorksStudio / mLauncher

Minimal Launcher app for Android. Customized olauncher as I just started learning kotlin .
GNU General Public License v3.0
293 stars 26 forks source link

[Enhancement] option to have a border to text on home #514

Closed moeraccoon closed 3 months ago

moeraccoon commented 3 months ago

Checklist

Feature description

Depending by which background one sets it might be difficult to read text. Changing background opacity ruins the aesthetic.

It would be nice to customize the text for favorite apps, date and time to be in different color or give it a border. Black text with white border or white text with black border would be far easier to read regardless of the color in the background.

Additional information

No response

Terms and Conditions

Gitbot-Actions commented 3 months ago

👋 Thanks for reporting!

We will get back to you soon about this issue.

moeraccoon commented 3 months ago

I was re-reading the post, I realized part of it is not written correctly. When I talk about change colors I mean per element.

HeCodes2Much commented 3 months ago

adding borders to text is too complex as you need to make it a drawable then set that as the text which i'm not keen on doing. check out EasyLaucher my other launcher as that allows for color text to be changed.

HeCodes2Much commented 3 months ago

I was re-reading the post, I realized part of it is not written correctly. When I talk about change colors I mean per element.

I also don't want to add extra element types into the settings of mLauncher thats why i created EasyLauncher to maybe one day take over mLauncher.

if i ever get the chance to redo the whole settings panel for mLauncher ill redo it in the way i have done EasyLauncher then this will be doable but for now thats not something i am working on.

moeraccoon commented 3 months ago

Thank you for your reply, I appreciate you taking time for it. A shame. I tried easylauncher but I think mlauncher is much better, at least as of now :)