lmw
2023-06-16 03972ad1d3ce6ffe0be0395c0a4d5dcb4474031f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="@dimen/ucrop_progress_size"
        android:height="@dimen/ucrop_progress_size"
        android:viewportHeight="192"
        android:viewportWidth="192">
 
    <group
        android:name="circleGroup"
        android:pivotX="96.0"
        android:pivotY="96.0"
        android:rotation="0">
 
        <path
            android:name="circlePath"
            android:pathData="M96,5.56405C145.946,5.56405 186.436,46.0536 186.436,96C186.436,145.946 145.946,186.436 96,186.436C46.0536,186.436 5.56405,145.946 5.56405,96C5.56405,46.0536 46.0536,5.56405 96,5.56405Z"
            android:strokeAlpha="1"
            android:strokeColor="@color/ucrop_color_toolbar_widget"
            android:strokeWidth="13"
            android:trimPathEnd="0.7"/>
 
    </group>
 
</vector>