2323 android : layout_width =" wrap_content"
2424 android : layout_height =" wrap_content"
2525 app : innerAnimInterpolator =" linear"
26- app : innerLoaderAnimDuration =" 500 "
26+ app : innerLoaderAnimDuration =" 1500 "
2727 app : innerLoaderColor =" @color/purple_700"
2828 app : innerLoaderLength =" 180"
2929 app : layout_constraintStart_toEndOf =" @+id/pb1"
3030 app : layout_constraintTop_toTopOf =" @id/pb1"
31- app : outerAnimInterpolator =" linear"
3231 app : outerLoaderAnimDuration =" 2000"
3332 app : outerLoaderColor =" @color/blue"
34- app : outerLoaderLength =" 300 "
35- app : outerLoaderStrokeWidth =" 20 " />
33+ app : outerLoaderLength =" 360 "
34+ app : outerLoaderStrokeWidth =" 5dp " />
3635
3736 <com .sn.lib.NestedProgress
3837 android : id =" @+id/pb3"
4140 app : innerAnimInterpolator =" overshoot"
4241 app : innerLoaderAnimDuration =" 2000"
4342 app : innerLoaderColor =" @color/red"
44- app : innerLoaderLength =" 320"
43+ app : innerLoaderLength =" 360"
44+ app : innerLoaderStrokeWidth =" 1.5dp"
4545 app : layout_constraintStart_toEndOf =" @+id/pb2"
4646 app : layout_constraintTop_toTopOf =" @id/pb2"
4747 app : outerAnimInterpolator =" anticipateOvershoot"
4848 app : outerLoaderAnimDuration =" 1000"
4949 app : outerLoaderColor =" @color/red_soft"
5050 app : outerLoaderLength =" 200"
51- app : outerLoaderStrokeWidth =" 25 " />
51+ app : outerLoaderStrokeWidth =" 10dp " />
5252
5353
5454</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments