-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e2e4a3
commit 3cb33fc
Showing
2 changed files
with
11 additions
and
0 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 |
---|---|---|
@@ -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)` |
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 |
---|---|---|
@@ -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. | ||
``` |