summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-09-27 19:51:03 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-09-27 19:55:06 +0200
commit79cb4b35a89cdc78017afe8c91d9726c58233ef7 (patch)
treeecc48f243aaa0321affc521479cab7674678f39c /res/layout
parent1871817f71a092757d0eae5b41b038cf243ffbce (diff)
downloadAntennaPod-79cb4b35a89cdc78017afe8c91d9726c58233ef7.zip
Added loading screen to OrganizeQueueActivity
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/organize_queue.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/organize_queue.xml b/res/layout/organize_queue.xml
index 3982529a2..5c08417b9 100644
--- a/res/layout/organize_queue.xml
+++ b/res/layout/organize_queue.xml
@@ -30,6 +30,13 @@
android:gravity="center"
android:text="@string/no_items_label" />
+ <ProgressBar
+ android:id="@+id/progLoading"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:indeterminateOnly="true" />
+
<LinearLayout android:id="@+id/undobar" style="@style/UndoBar">
<TextView android:id="@+id/undobar_message" style="@style/UndoBarMessage" />
<Button android:id="@+id/undobar_button" style="@style/UndoBarButton" />