summaryrefslogtreecommitdiff
path: root/res/layout/organize_queue.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/organize_queue.xml')
-rw-r--r--res/layout/organize_queue.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/layout/organize_queue.xml b/res/layout/organize_queue.xml
index b73263632..1c6a4ad4e 100644
--- a/res/layout/organize_queue.xml
+++ b/res/layout/organize_queue.xml
@@ -32,4 +32,9 @@
android:gravity="center"
android:text="@string/no_items_label" />
-</LinearLayout> \ No newline at end of file
+ <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" />
+ </LinearLayout>
+
+</LinearLayout>