scripts/android-studio-hidpi
2017-07-29 21:42:01 +02:00
..
android-studio-hidpi.sh All scripts in one repository 2015-11-12 22:36:23 +01:00
LICENSE All scripts in one repository 2015-11-12 22:36:23 +01:00
README.md Added README for android-studio-hidpi 2017-07-29 21:42:01 +02:00

android-studio-hidpi.sh

This is a small script for enabling and disabling HiDPI support in Android Studio. It works just like the one for IntelliJ IDEA since Android Studio is based upon this IDE.

How to use

Download it from GitLab. To make it runnable execute:

chmod +x android-studio-hidpi.sh

For some help run

./android-studio-hidpi.sh -h

To enable HiDPI support

./android-studio-hidpi.sh -e

To disable it

./android-studio-hidpi.sh -d