-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'develop' and 'master' of https://github.com/humbleroo…
…kie/dimenify into develop
- Loading branch information
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
# Dimenify | ||
An android studio plugin for creating scaled dimension values for different pixel buckets. | ||
|
||
## Usages | ||
* #### Generate for a specific dimen | ||
1. Locate the dimens.xml file in the editor. | ||
2. Move the cursor to the dimension and right click. | ||
3. Select Generate -> Generate alternate dimens.. | ||
4. Insert the scale factors you want to use for conversion and click OK. | ||
|
||
* #### Generate for an entire file | ||
1. Locate the dimens.xml file in the project view and right click. | ||
2. Select 'Generate alternate dimens from file'. | ||
3. Insert the scale factors for conversion and click OK. | ||
|
||
|
||
|
||
|
||
|
||
|
||
![Alt Text](https://github.com/humblerookie/dimenify/blob/master/dimenify.gif) | ||
|
||
|
||
|
||
## Usages | ||
- For a specific dimen | ||
|
||
- Locate the dimens.xml file in the editor. | ||
- Move the cursor to the dimension and right click. | ||
- Select Generate -> Generate alternate dimens.. | ||
- Insert the scale factors you want to use for conversion and click OK. | ||
![Alt Text](https://github.com/humblerookie/dimenify/blob/master/dimenify.gif) | ||
|
||
- For an entire file | ||
|
||
- Locate the dimens.xml file in the project view and right click. | ||
- Select 'Generate alternate dimens from file'. | ||
- Insert the scale factors for conversion and click OK. |