Skip to content

Commit

Permalink
added changelog and license files
Browse files Browse the repository at this point in the history
  • Loading branch information
castorflex committed Jan 8, 2014
1 parent 5e2e4a3 commit 3cb33fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
##0.3.0

- `SmoothProgressDrawable.Builder#width` is now `setStrokeWidth`
- The `strokeWidth` parameter is now a `float` (was an `int`)
- Added possibility to modify dynamically the `SmoothProgressBar` and `SmoothProgressDrawable` properties.
e.g. You can call `mProgressBar.setColor(mColor)`
5 changes: 5 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
```
"THE BEER-WARE LICENSE" (Revision 42):
You can do whatever you want with this stuff.
If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
```

0 comments on commit 3cb33fc

Please sign in to comment.