[MOD] Nav Bar Height (MIUI)

zerlkung

Member
Mar 28, 2014
42
8
0
Add <dimen name="navigation_bar_width">25.0dip</dimen>
to theme_values.xml work for me.



<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<MIUI_Theme_Values>
<dimen name="navigation_bar_height">25.0dip</dimen>
<dimen name="navigation_bar_height_landscape">25.0dip</dimen>
<dimen name="navigation_bar_width">25.0dip</dimen>
</MIUI_Theme_Values>
 

Vinesandroid

Senior Member
Jun 12, 2012
104
28
48
Jakarta
I got stressed about a week to looking for this tutorial.
Finally i found this.. I'm happy now

I added more values to disable navbar
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<MIUI_Theme_Values>
<dimen name="navigation_bar_height">0.0dip</dimen>
<dimen name="navigation_bar_height_car_mode">0.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
<dimen name="navigation_bar_height_landscape_car_mode">0.0dip</dimen>
<dimen name="navigation_bar_width">0.0dip</dimen>
<dimen name="navigation_bar_width_car_mode">0.0dip</dimen>
</MIUI_Theme_Values>
 

mattisekk722

Senior Member
Mar 4, 2013
136
8
0
Great App!! But on my new device (XIAOMI Mi Mix 2 with global 10.0.2 based on Android 8.0) doesn't work. Why? I grant all permission with ADB but I don't see any "Next Button" key whrn app asks me to go ahead.

Regars
 

e1thx

Member
Jan 25, 2017
13
0
0
Hi,

i have xiaomi.eu rom and all work fine with default theme and landscape mode on Miui 10 Android 9. But devs, introduced the night mode and when it switch in dark mode, the navbar is default biger. Which line of text will i need add to file that navbar be the same height as normal mode?
 
Last edited:

livingongh325

Member
Jun 1, 2015
42
9
0
Bangalore
Hi,

i have xiaomi.eu rom and all work fine with default theme and landscape mode on Miui 10 Android 9. But devs, introduced the night mode and when it switch in dark mode, the navbar is default biger. Which line of text will i need add to file that navbar be the same height as normal mode?
You could install EdXposed if you use magisk, and install the gravitybox beta for pie. I did it on a nougat version and it worked.