管灌系统巡查员智能手机App
zuoxiao
2025-01-23 b6f46408cb3dc8b01051953e5c68de6c9195db60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">
 
    <ProgressBar
        android:id="@id/sh_progress_view"
        android:layout_width="70dp"
        android:layout_height="70dp"
        android:indeterminateTint="#ffffff"
        android:indeterminateTintMode="src_in" />
 
    <TextView
        android:id="@id/sh_progress_text"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:text="100%"
        android:textColor="#ffffff"
        android:textSize="13sp" />
 
</RelativeLayout>