Hi, I want to make the status bar icons dark as i am using a white status bar. I searched the community for the solution and tried every ways in there. Already tried using timer. But it is not working. It is working fine when using in companion. but when export to apk, icons remains white. Anyone know the solution?
I tried this. it is not working. Time interval is 250.
still not working…
Try like this, first set statusbar.icon dark and then set bg color to white using hex values
without clock?
Do you need the clock ?
App is not even running when i used that. It shows runtime error.
the hex color of BackgroundColor should be #ffffff
Hi!
I have a solution for your issue.
Use the following blocks in Screen.Initialize
block:
You can find this above block under the Screen blocks.
Hope it helps!
Cheers!
It shows runtime error, because the hex color you put is incorrect
you should make it like this #FFFFFF (6 digits only)
And to use the extension is like this :
I put it down exactly like this.
it still not working
Did you untick the timer fire and timer enabled form the designer mode?
yes, i did that
Hello @Seller_Newbie,
I recommend this extension more over the others. It works for a majority of Android™[1] and has what you’re looking for! I hope I could be of help.
1 Reflex only supports API 23 and higher.
Best regards,
Me |
Thanks guys. it got fixed. had some problem with api. now it works fine
Please explain the solution to the issue. What have you done to fix the issue?