You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for boring you.
For the tinted statusbar, I ported it to MiuiV5 and Miui6. During my Miui6 porting, I found a method that could make statusbar became true immersive. First, like your code, hook code when Activity resume or focused and get the top color; then I set the decorView background color other than use intent to change statusbar background color; and make the statusbar background to be transparent all time. It will be much better than change the statusbarview background as the transition will be natural.
But the problem comes. On my MIUI6 device, the statusbar usually become black. I cant find the reason. I used hierarchyviewer tools to debug it, but the statusbar is still transparent, and the activity decorView is also true color. I don’t know why the black comes out. So can you do me a fever and help me to resolve this bug. Thank u.
Sorry for my poor English.
Sincerely,
kqstone
The text was updated successfully, but these errors were encountered:
Dear MohammadAG:
Sorry for boring you.
For the tinted statusbar, I ported it to MiuiV5 and Miui6. During my Miui6 porting, I found a method that could make statusbar became true immersive. First, like your code, hook code when Activity resume or focused and get the top color; then I set the decorView background color other than use intent to change statusbar background color; and make the statusbar background to be transparent all time. It will be much better than change the statusbarview background as the transition will be natural.
But the problem comes. On my MIUI6 device, the statusbar usually become black. I cant find the reason. I used hierarchyviewer tools to debug it, but the statusbar is still transparent, and the activity decorView is also true color. I don’t know why the black comes out. So can you do me a fever and help me to resolve this bug. Thank u.
Sorry for my poor English.
Sincerely,
kqstone
The text was updated successfully, but these errors were encountered: