File tree 1 file changed +3
-3
lines changed
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:
24
24
Step 2. Add the dependency
25
25
26
26
dependencies {
27
- implementation 'com.github.TutorialsAndroid:progressx:v3 .0.19'
27
+ implementation 'com.github.TutorialsAndroid:progressx:v4 .0.19'
28
28
}
29
29
30
30
## Usage
31
31
32
32
You can create your own progress wheel in xml like this (remeber to add ``` xmlns:wheel="http://schemas.android.com/apk/res-auto" ``` ):
33
33
34
34
``` xml
35
- <com .kinda. developer.ProgressWheel
35
+ <com .developer.progressx .ProgressWheel
36
36
android : id =" @+id/progress_wheel"
37
37
android : layout_width =" 80dp"
38
38
android : layout_height =" 80dp"
@@ -76,7 +76,7 @@ You can change other wheel properties such as the progress bar color, the wheel'
76
76
In case you want the spinning wheel to fill the whole layout instead of having a fixed size, you can use ``` matProg_fillRadius ``` .
77
77
78
78
``` xml
79
- <com .kinda. developer.ProgressWheel
79
+ <com .developer.progressx .ProgressWheel
80
80
android : id =" @+id/progress_wheel"
81
81
android : layout_width =" match_parent"
82
82
android : layout_height =" match_parent"
You can’t perform that action at this time.
0 commit comments