File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ Add it in your root build.gradle at the end of repositories:
2424Step 2. Add the dependency
2525
2626 dependencies {
27- implementation 'com.github.TutorialsAndroid:progressx:v3 .0.19'
27+ implementation 'com.github.TutorialsAndroid:progressx:v4 .0.19'
2828 }
2929
3030## Usage
3131
3232You can create your own progress wheel in xml like this (remeber to add ``` xmlns:wheel="http://schemas.android.com/apk/res-auto" ``` ):
3333
3434``` xml
35- <com .kinda. developer.ProgressWheel
35+ <com .developer.progressx .ProgressWheel
3636 android : id =" @+id/progress_wheel"
3737 android : layout_width =" 80dp"
3838 android : layout_height =" 80dp"
@@ -76,7 +76,7 @@ You can change other wheel properties such as the progress bar color, the wheel'
7676In case you want the spinning wheel to fill the whole layout instead of having a fixed size, you can use ``` matProg_fillRadius ``` .
7777
7878``` xml
79- <com .kinda. developer.ProgressWheel
79+ <com .developer.progressx .ProgressWheel
8080 android : id =" @+id/progress_wheel"
8181 android : layout_width =" match_parent"
8282 android : layout_height =" match_parent"
You can’t perform that action at this time.
0 commit comments