Optimize the "Dim Screen" function.

LF0

Member
Please adjust the screen overlay of the 'Dim Screen' function so that it correctly covers the system status bar.
 

MacroDroidDev

Administrator
Staff member
The dim screen action does draw in the status bar area. It's not possible to draw over the status bar icons so there is nothing that can be done here.
 

LF0

Member
The dim screen action does draw in the status bar area. It's not possible to draw over the status bar icons so there is nothing that can be done here.
But other software indeed achieve it, just like in the picture, it perfectly changes the brightness of the system status bar, and it only requires enabling accessibility service and floating window permission. It is not an unattainable feature.IMG_20231006_193640.jpgIMG_20231006_193650.jpg
 

hsurB

Well-known member
Is it that annoying still when you use both set brightness to 0 and dim 100% in a macro?
You can save current brightness to variable to go back to the state it was before dimming
 

MacroDroidDev

Administrator
Staff member
If someone can give me an exact recipe for making an overlay block the status bar I will happily add it. I've had a look but it's not obvious to me and I can't really justify spending hours on this when I have many other more important things to do.
 

Quidn

Passionate Member
Sorry but that seems more to sort of immersive mode and not related to overlay. Since Android doesn't provide any official way to draw over the system bars, I guess the "exact recipe" might should be form of Kotlin/Java codes.



And I don't know what these mean. Aren't they talking about it's not possible?
 
Top