Skip to content

Commit

Permalink
Release 1.1-beta.
Browse files Browse the repository at this point in the history
Generate the <shape> xml code for you.
  • Loading branch information
duanhong169 committed Jul 26, 2018
1 parent 152a84e commit 6bbf2e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deploy:
api_key:
secure: eoaYwFMm+untxJ3eMJuNtv9OSZlQ7hoWu1q4XesZnWVFpwr7Tf291GzEQIA83cbAEUJ0bVmKsB/NBimtmDNpE21nwqd06IYj8GvmrrhBO4wx+sx8IwAj8py4r8wIZuOPVc3PzJd8unhuaPpKB85I3kX9x802Co8aiOVHW3c9bH83h83JuGTwfN8oxDvjCgWKhrBafv70mOw3p6q5BrirznSXyUg7CEswPnkDnL1JksV/N0/XnNVaGuwRgcNepZqZsVoHjhgchXr5/DdnxEmRM+wbvQJ5eMEwqUfudz47Bjp0QZC7JA7Rn7+e3PbMQU8lPh0hDN3VPwDS+tcirT1rx8iSa83r2cACRqAQzTzes7y16v2aPaXf0sDJ8AegjK2IGAUAFQsm5e+XRe0LKp78M10JFqN5fjq0gkg14Z6c+UgiMZM0oJ/SUbo0VdfqAtqBhuXrNGAOgEz4qwHJOunbyzcJBuGfnFpKOseSczNyNecVsYSjMz2FB1BkjB8zUlJ+4s3eHzDZnbMJg0cDcgUhntZ3bZXX4hsKNLP/xFPScTHSgwTXxut5gqG0cR5ZAnzULc0w9/2XAZmbSc8fC0InyGUXQv+mWZV7+ZPftKoP30MzgwqFUGKRuU/eYcCjmoKVmO/65ud5S1NJPuPzGNKmlCUqZrEUAPwWe699NFltIZw=
file_glob: true
file: app/build/outputs/apk/release/*
file: app/build/outputs/apk/release/app-release.apk
skip_cleanup: true
on:
repo: duanhong169/GradientDrawableTuner
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ Get confusing about the <shape> drawable in Android? Try playing with `GradientD

[![Get it on Google Play](art/en-play-badge.png)][1]

## Features

* Almost all of the `<shape>`'s properties can be tuned.
* Generate the xml code which can build the `<shape>` you just crafted.

## Screen shots

<img src='art/screen-shot-1.png' height='500px'/> <img src='art/screen-shot-2.png' height='500px'/> <img src='art/screen-shot-3.png' height='500px'/> <img src='art/screen-shot-4.png' height='500px'/> <img src='art/screen-video.gif' height='500px'/>
<img src='art/screen-shot-1.png' height='500px'/> <img src='art/screen-shot-2.png' height='500px'/> <img src='art/screen-shot-3.png' height='500px'/> <img src='art/screen-shot-4.png' height='500px'/> <img src='art/screen-shot-5.png' height='500px'/> <img src='art/screen-video.gif' height='500px'/>

[1]: https://play.google.com/store/apps/details?id=top.defaults.gradientdrawabletuner
Binary file modified art/screen-shot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/screen-shot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/screen-shot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/screen-shot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screen-shot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6bbf2e2

Please sign in to comment.