Quote:
Originally Posted by oblorstead
Any suggestions[...]?
|
I think if this kind of visual impairment your best way is to change the logical DPI settings of Android. If the Max2 is set to render at 200 (logical) DPI, setting that to 100 should make every visual element four times as large. (Otherwise, when we develop an application we decide what can be scaled and what not.) You can do it at least with the command
`adb shell wm density 100`
after which reboot the device.
Other methods to do the same may be available.