13 lines
No EOL
594 B
XML
13 lines
No EOL
594 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center">
|
|
|
|
<ProgressBar android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_gravity="center"
|
|
android:indeterminate="true"
|
|
style="?android:attr/progressBarStyleInverse"/>
|
|
</FrameLayout> |