Random tip for xp3 (and others, but usefull on xp3): If youre annoyed that alot of apps, such as waze, display large so you cant see all that you are supposed to, you might want to play around with the screen size and dpi. adb shell wm size and adb shell wm density. The default dpi is 160, if you make it lower it will make things smaller, if you make it higher it will be bigger. You'll want to find the right balance between your other apps looking good and the system apps looking good. Random bonus if you do adb shell wm size 360x480 and adb shell wm density 225, you might get different looking icons. adb shell wm density reset and adb shell wm size reset puts it back to normal.