Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - 4K monitor UI scaling

The latest update to 141 made all the icons really tiny. I do see much improved sharpness in fonts which is really nice and it makes me think the devs have added support for 4k displays but I cannot find any relevant options to scale up the UI. Any ideas how to scale up the UI?

like image 411
Creos Avatar asked Apr 05 '15 15:04

Creos


1 Answers

In https://developer.android.com/studio/troubleshoot

It says to add:

hidpi = true 

in your Customize your IDE properties (https://developer.android.com/studio/intro/studio-config.html#customize_ide)

like image 162
Kim Hyun Avatar answered Nov 17 '22 21:11

Kim Hyun