I am trying to make an Android Studio user interface layout by following these documents:
https://developer.android.com/studio/troubleshoot.html https://developer.android.com/studio/intro/studio-config.html#customize_ide
The problem is that I'm sure I followed them in T, but the code in idea.properties
does not work. Here is the code:
# custom Android Studio properties idea.hidpi=true
I also tried hidpi=true
no avail.
I can not find more information on how to make this work. After that, I will need to manually change the DPI value, because true
sets it to 196
, but I would like it to be 144
.
I am not opposed to adding arguments to the .exe
. Any way to achieve this is a good way!
Thank you for your time,
Michael
source share