added spinner to app updater activity

This commit is contained in:
Christian S 2016-03-26 12:25:45 +01:00
parent 927dde01a8
commit e0777ad51e

View file

@ -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>