Added README for android-studio-hidpi
This commit is contained in:
parent
8452b614a8
commit
48952ff5a8
1 changed files with 29 additions and 0 deletions
29
android-studio-hidpi/README.md
Normal file
29
android-studio-hidpi/README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue