SystemUI tuner won't work to hide the status bar. does anyone know any method to hide the status bar via a magisk module or anything else?
You can auto-hide the navigation icons from within Settings, but I think you would need the Global theme app rather that the limited CN theme app to make most changes to the status bar. If you do experiment with the Global themes app, change your region to India because Xiaomi restricts most Themes functions by region and India enjoys the most extensive theme options.
I think I can create magisk module to change status bar size to 0px (= hide completely), but then you can't pull down it since the size is 0 and there's no area to touch.you can only hide the nav bar in the stock launcher from my experience. I found a magisk module that hides the nav bar though. I want the status bar to be gone in every app, hidden away only available to be pulled down only if you need to see it. i've found many threads all over without a way to do it in the newer android versions thus far
I think I can create magisk module to change status bar size to 0px (= hide completely), but then you can't pull down it since the size is 0 and there's no area to touch.
OK I created magisk module to hide status bar:that sounds awesome to me. if the size is 0 - couldn't we still use a custom gesture to pull it down even if we can't see it at all? that would be amazing as I use custom gestures like this already.
OK I created magisk module to hide status bar:
You can use custom gesture to open notification/quick settings.magisk-module-nostatusbar.zip
drive.google.com
Can you share the magisk module to hide the nav bar?you can only hide the nav bar in the stock launcher from my experience. I found a magisk module that hides the nav bar though. I want the status bar to be gone in every app, hidden away only available to be pulled down only if you need to see it. i've found many threads all over without a way to do it in the newer android versions thus far
This module worked perfectly thank you! Is there a way to set it to like 1 or 2px that will still make the status bar show if I tap that area? I can set custom gestures for the notification shade but the status bar and icons don't show. Thank youOK I created magisk module to hide status bar:
You can use custom gesture to open notification/quick settings.magisk-module-nostatusbar.zip
drive.google.com
OK I changed it to 2px:This module worked perfectly thank you! Is there a way to set it to like 1 or 2px that will still make the status bar show if I tap that area? I can set custom gestures for the notification shade but the status bar and icons don't show. Thank you
In android desktop mode, there will be two display,OK I changed it to 2px:
magisk-module-nostatusbar-2px.zip
drive.google.com
OK I created magisk module to hide status bar:that sounds awesome to me. if the size is 0 - couldn't we still use a custom gesture to pull it down even if we can't see it at all? that would be amazing as I use custom gestures like this already.