diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-09-27 19:51:03 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-09-27 19:55:06 +0200 |
commit | 79cb4b35a89cdc78017afe8c91d9726c58233ef7 (patch) | |
tree | ecc48f243aaa0321affc521479cab7674678f39c /res/layout | |
parent | 1871817f71a092757d0eae5b41b038cf243ffbce (diff) | |
download | AntennaPod-79cb4b35a89cdc78017afe8c91d9726c58233ef7.zip |
Added loading screen to OrganizeQueueActivity
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/organize_queue.xml | 7 |
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" /> |