From a66d225b9feff54bdd5bb597102839fe2cdbc75f Mon Sep 17 00:00:00 2001 From: Michael Kaiser Date: Mon, 15 Apr 2013 17:42:38 +0200 Subject: Make removal of queued items undoable --- res/drawable-xhdpi/ic_undobar_undo.png | Bin 0 -> 1558 bytes res/drawable-xhdpi/undobar.9.png | Bin 0 -> 1665 bytes res/drawable-xhdpi/undobar_button_focused.9.png | Bin 0 -> 1141 bytes res/drawable-xhdpi/undobar_button_pressed.9.png | Bin 0 -> 1123 bytes res/drawable-xhdpi/undobar_divider.9.png | Bin 0 -> 963 bytes res/drawable/undobar_button.xml | 22 +++++++++++++ res/layout/organize_queue.xml | 7 ++++- res/values/integers.xml | 3 ++ res/values/strings.xml | 4 ++- res/values/styles.xml | 40 +++++++++++++++++++++++- 10 files changed, 73 insertions(+), 3 deletions(-) create mode 100644 res/drawable-xhdpi/ic_undobar_undo.png create mode 100644 res/drawable-xhdpi/undobar.9.png create mode 100644 res/drawable-xhdpi/undobar_button_focused.9.png create mode 100644 res/drawable-xhdpi/undobar_button_pressed.9.png create mode 100644 res/drawable-xhdpi/undobar_divider.9.png create mode 100644 res/drawable/undobar_button.xml create mode 100644 res/values/integers.xml (limited to 'res') diff --git a/res/drawable-xhdpi/ic_undobar_undo.png b/res/drawable-xhdpi/ic_undobar_undo.png new file mode 100644 index 000000000..91c8429ad Binary files /dev/null and b/res/drawable-xhdpi/ic_undobar_undo.png differ diff --git a/res/drawable-xhdpi/undobar.9.png b/res/drawable-xhdpi/undobar.9.png new file mode 100644 index 000000000..22fa2205b Binary files /dev/null and b/res/drawable-xhdpi/undobar.9.png differ diff --git a/res/drawable-xhdpi/undobar_button_focused.9.png b/res/drawable-xhdpi/undobar_button_focused.9.png new file mode 100644 index 000000000..d284ca7cb Binary files /dev/null and b/res/drawable-xhdpi/undobar_button_focused.9.png differ diff --git a/res/drawable-xhdpi/undobar_button_pressed.9.png b/res/drawable-xhdpi/undobar_button_pressed.9.png new file mode 100644 index 000000000..e990659f0 Binary files /dev/null and b/res/drawable-xhdpi/undobar_button_pressed.9.png differ diff --git a/res/drawable-xhdpi/undobar_divider.9.png b/res/drawable-xhdpi/undobar_divider.9.png new file mode 100644 index 000000000..1b067d4e7 Binary files /dev/null and b/res/drawable-xhdpi/undobar_divider.9.png differ diff --git a/res/drawable/undobar_button.xml b/res/drawable/undobar_button.xml new file mode 100644 index 000000000..a4de91b49 --- /dev/null +++ b/res/drawable/undobar_button.xml @@ -0,0 +1,22 @@ + + + + + + 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" /> - \ No newline at end of file + + +