DroidWorksStudio / mLauncher

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

[Enhancement] Make the text on the Total Usage button, and associated text, able to be transparent. #518

Open milesmcclane opened 4 weeks ago

milesmcclane commented 4 weeks ago

Checklist

Feature description

I use the total usage button to launch the camera. I have no use for the total usage information, in fact, it gets me down! Is there away of enabling the button without having any of the text visible? That way I can use the useful extra gesture, without using its primary feature.

Additional information

No response

Terms and Conditions

Gitbot-Actions commented 4 weeks ago

👋 Thanks for reporting!

We will get back to you soon about this issue.

HeCodes2Much commented 4 weeks ago

Please give more information as I'm not too sure what you mean?

By the title I'm guessing you want the text to be toggled on and off for the usage at the bottom of the screen when usage is enabled.

milesmcclane commented 4 weeks ago

Yeah sorry- its a weird request.

Basically I use the total usage button as an extra gesture (tap to open an app).

I dont really want the info that the feature offers, written on the screen, all I want is the button it offers.

So rather than ask for an extra button or gesture, I thought I would ask for this feature to become invisible on the screen when enabled.

That way I can still tap the area of the screen (where the button is normally) to activate the buttons gesture.

HeCodes2Much commented 3 weeks ago

I'll take a look and see if that's possible to make it invisible but still clickable I'm pretty sure if I make the visibility as anything other then Visable then it won't be clickable but I'll see what I can do.

milesmcclane commented 3 weeks ago

I'll take a look and see if that's possible to make it invisible but still clickable I'm pretty sure if I make the visibility as anything other then Visable then it won't be clickable but I'll see what I can do.

I appreciate that. Thanks! I know its a different type of project to your great launcher, but Total Launcher allows the creation of invisible buttons, though I'm not sure of what type of feat is required of it.