公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2024年12月30日16:50:58
wjc
2024-12-30
81a95bb98f3c2d22d40cc22158883b63c79a4ed6
[~wjc/HDLPhotovoltaicDebugAPP.git]
/
app
/
src
/
main
/
res
/
drawable
/
circular_progress_bar.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFF"
android:pathData="M12,3.5c-5.3,0 -9.5,4.2 -9.5,9.5 0,5.3 4.2,9.5 9.5,9.5 5.3,0 9.5,-4.2 9.5,-9.5 0,-5.3 -4.2,-9.5 -9.5,-9.5z"
android:strokeWidth="2"
android:strokeColor="#000000"
android:trimPathStart="0"
android:trimPathEnd="0" />
<rotate
android:fromDegrees="270"
android:toDegrees="270"
android:pivotX="12"
android:pivotY="12">
<shape android:shape="ring" android:innerRadiusRatio="3" android:thicknessRatio="10" android:useLevel="false">
<solid android:color="#000000"/>
</shape>
</rotate>
</vector>