added spinner to app updater activity
This commit is contained in:
parent
927dde01a8
commit
e0777ad51e
1 changed files with 8 additions and 0 deletions
|
@ -12,4 +12,12 @@
|
|||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginRight="4dp" />
|
||||
|
||||
<ProgressBar
|
||||
style="?android:attr/progressBarStyleLarge"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/progressBar"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_centerHorizontal="true" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
Reference in a new issue