View Single Post
Old 07-30-2018, 03:07 PM   #2
mdp
Wizard
mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.
 
Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
Quote:
Originally Posted by oblorstead View Post
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.
mdp is offline   Reply With Quote