Skip to content

Commit

Permalink
Merge branches 'develop' and 'master' of https://github.com/humbleroo…
Browse files Browse the repository at this point in the history
…kie/dimenify into develop
  • Loading branch information
humblerookie committed Jun 25, 2017
2 parents 33c4a21 + 6088c36 commit 2ea22e0
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
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.

0 comments on commit 2ea22e0

Please sign in to comment.