li-guang
2021-01-07 86eb96901916b29f7cec87de88b9aefc77fcbcbf
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <ProgressBar android:id="@id/progressBar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:indeterminateDrawable="@drawable/dcloud_snow_black_progress" android:indeterminateDuration="1000" />
</LinearLayout>