Hi, i have tried to change the color of the statusbar icon to dark using reflex as my status bar is white. But i couldnt get it done. Can anyone please show me how its correctly done or can i even use reflex for this purpose?
Set SetLayout
to a root arrangement (the one that everything is child to) and set ToggleStatusBarLightStyle
to true
and then use RequestInitialization
afterwards.
People seem to be misleading you… With Reflex you can’t hide the status bar, you can only change the color of the background and icon colors of both the navigation bar and status bar.
thank you Natan, that you bring me this information is very kind of you.
Thank you man. It worked.
Your screenshot has no details. Like, what’s not working?
@Avijit Reflex wasn’t made for setting heights of views to the heights of the system views.
P.S. This isn’t a Reflex issue, this is related to your device.
Nice Extension But how to use any Block screenshot
Hi @Anil_M,
It’s likely you didn’t look at the beginning of the topic, as there’s images of methods and their descriptions there. Use the RequestInitialization
method after changing properties in bulk for them to take effect.
Profoundly,
– Nathan
Hi @Anil_M,
You need to use the RequestInitialization
method after setting the properties you’d like.
Profoundly,
– Nathan
Ok i will try
Hi, I tried like this on screen initialize, but padding and dark icon is not working. Only the status bar become transparent but then bottom sheets and side menu is not working.
It worked that way in my project.
i tried exactly like this. But only transparency is working. rest if them are not.
I’m having a problem with the extension. If I am using the extension and I refresh the screen, it ends up with a buggy screen. Then you have to stop the companion and connect again.