Skip to content

Commit

Permalink
Fix AndroidAssetStudio icon generation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pR0Ps committed Feb 3, 2017
1 parent 4108d79 commit 76e56f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ things were generated using [AndroidAssetStudio][1].
The parameters used were:
- Trim: `enabled`
- Padding: `30%`
- Color: `white`, `0%`
- Color: `transparent`
- Background color: `white`
- Scaling: `center`
- Shape: `circle`
- Background: `white`
Expand All @@ -17,4 +18,4 @@ Clicking [here][2] should open the webapp with all the above parameters filled i
`ic_launcher.svg` image to generate the icons.

[1]: https://github.com/romannurik/AndroidAssetStudio
[2]: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=1&foreground.space.pad=0.3&foreColor=fff%2C0&crop=0&backgroundShape=circle&backColor=fff%2C100&effects=shadow
[2]: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=1&foreground.space.pad=0.3&foreColor=rgba(96%2C%20125%2C%20139%2C%200)&backColor=rgb(255%2C%20255%2C%20255)&crop=0&backgroundShape=circle&effects=shadow&name=ic_launcher

0 comments on commit 76e56f1

Please sign in to comment.