-
Notifications
You must be signed in to change notification settings - Fork 3
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
1de6858
commit 9b05a65
Showing
8 changed files
with
152 additions
and
78 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# MDProgress | ||
类似md风格的圆形进度条 | ||
类似md风格的圆形进度条: | ||
![](http://opbgt9bbj.bkt.clouddn.com/sadf.gif) | ||
|
||
|
||
使用方法: | ||
|
||
compile 'com.jaywei:mdprogress:1.0.0' | ||
|
||
布局代码: | ||
|
||
<com.jaywei.mdprogress.CircularProgressBar | ||
android:layout_width="38dp" | ||
android:layout_height="38dp" | ||
android:layout_marginBottom="14.0dip" | ||
android:indeterminate="true" | ||
app:cpb_color="#ff0000" | ||
app:cpb_max_sweep_angle="300" | ||
app:cpb_min_sweep_angle="10" | ||
app:cpb_rotation_speed="1.0" | ||
app:cpb_stroke_width="1.7dp" | ||
app:cpb_sweep_speed="1.0"/> |
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
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
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