1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <ProgressBar
- android:id="@+id/tysdkn_progressbar"
- style="@android:style/Widget.ProgressBar"
- android:layout_width="25dp"
- android:layout_height="25dp"
- android:visibility="gone"
- tools:visibility="visible"
- android:layout_gravity="center"
- android:layout_marginTop="40dp"
- android:indeterminateDrawable="@drawable/tysdkn_progressbar_rotate" />
- </LinearLayout>
|