summaryrefslogtreecommitdiff
path: root/res/layout/organize_queue.xml
diff options
context:
space:
mode:
authorMichael Kaiser <patheticpat@googlemail.com>2013-04-15 17:42:38 +0200
committerMichael Kaiser <patheticpat@googlemail.com>2013-04-15 18:53:52 +0200
commita66d225b9feff54bdd5bb597102839fe2cdbc75f (patch)
treed07a9a8fb00ad69bd1e61b46b13fc6a8cfa6fce1 /res/layout/organize_queue.xml
parent4707139def5500f1039de669e53822d47855008c (diff)
downloadAntennaPod-a66d225b9feff54bdd5bb597102839fe2cdbc75f.zip
Make removal of queued items undoable
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>