Added README for android-studio-hidpi

This commit is contained in:
Marcel Kapfer 2017-07-29 21:42:01 +02:00
parent 8452b614a8
commit 48952ff5a8
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# 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
```