Nope it doesn't work on my phone.You can just use the hex code without converting to decimal. I just made it white with ffffffff and black with ff000000.
Can you please try ffff0000 and see if it turns red?
Nope it doesn't work on my phone.You can just use the hex code without converting to decimal. I just made it white with ffffffff and black with ff000000.
-16777216 is fully opaque black.Because am little confusing ,can please someone tell me whats the value for black color ?
Thank you .
−13320900 just makes it whiteTransparency is possible by adding transparency value to beginning of hex number. It somewhat tricky to calculate because integers overflows and wraps around to negative values.
Formula is:
1. Add transparency value to beginning
2. Convert to decimal
3. Substract 4294967296 if it is greater than 2147483647
For example if you want color "34 bd 3c" and make it fully transparent you must prepend "ff" and the number becomes "ff 34 bd 3c". Convert it to decimal: 4281646396. Substract: 4281646396-4294967296=−13320900. So −13320900 is the value you want.
-13320900 makes it green on my phone (see the screenshot)−13320900 just makes it white
Fully opaque black is −16777216 ( ff 00 00 00 = 4278190080 , substract 4294967296 so it becomes −16777216)So if i just want black navbar all i need is the black hex code and my buttons will stay white?
I'm also looking for somethinf like this. It makes perfect sense as this will give us a really full screen experience all throughout the device.Hey guys, just a question pop up in my mind, can we make the navbar (both background and button) completely transparent, so we can see through the navbar in any app, and the buttons are still there when we need to use? Is it possible to do it?
You have to update to latest firmware AQF7.How did you get option to hide the navbar? I dont have it in my settings.
Yes mine is AQF7 Batman Rom.You have to update to latest firmware AQF7.
I'm still using stock rom, but you can go to Settings -> Display -> Navigation Bar and check again.Yes mine is AQF7 Batman Rom.
Hi, thank you for this information. Can you help me to get the transparent navbar background without using PC? I am currently rooted. Is there any other way to do this without pc?Transparency is possible by adding transparency value to beginning of hex number. It somewhat tricky to calculate because integers overflows and wraps around to negative values.
Formula is:
1. Add transparency value to beginning
2. Convert to decimal
3. Substract 4294967296 if it is greater than 2147483647
For example if you want color "34 bd 3c" and make it fully transparent you must prepend "ff" and the number becomes "ff 34 bd 3c". Convert it to decimal: 4281646396. Substract: 4281646396-4294967296=−13320900. So −13320900 is the value you want.
not sure if it works in all situations because some apps still may set different colors but Yes you can by Setting it to fully transparent black.(value should be 0 though I didnt confirm it)Hey guys, just a question pop up in my mind, can we make the navbar (both background and button) completely transparent, so we can see through the navbar in any app, and the buttons are still there when we need to use? Is it possible to do it?