Quote:
Originally Posted by Renate
Oh, I've never seen that settings screen. On my Walmart Onn8 I shuffled the buttons (and got rid of the Walmart button) using commands. This may work on other devices and gives you more options for spacing. Try changing the "0.5" values, it affects how "tight" the buttons are. Be sure to do a "get" first to know what you started with. It probably says "null" though.
Code:
C:\>adb shell
$ settings get secure sysui_nav_bar
$ settings put secure sysui_nav_bar 'space[0.5WC],back;home;recent,space[0.5WC]'
|
You mean it moves them away from each other? It is a little closer then a larger device true but since it's a narrower device it is In a better spot as farther out is harder to reach back with your thumb and the farther one it goes to far on your thumb lol then the middle positioning. At the moment they all reach right below my thumb position, I'll keep this code for the future though thanks.