scripts/android-studio-hidpi/README.md

30 lines
485 B
Markdown

# 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
```