aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_updater.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/activity_updater.xml')
-rw-r--r--src/main/res/layout/activity_updater.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_updater.xml b/src/main/res/layout/activity_updater.xml
index 50bdf0695..4005ff180 100644
--- a/src/main/res/layout/activity_updater.xml
+++ b/src/main/res/layout/activity_updater.xml
@@ -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>