From 6b891c6a3739f8c49d42f9db6fc76cb92c7c5f25 Mon Sep 17 00:00:00 2001 From: Chih-Chung Chang Date: Thu, 7 Jun 2012 20:09:13 +0800 Subject: Add swipe-to-delete gesture. Change-Id: I992e59702f9dfff17da2f4464e48c9228d42b1b3 --- res/drawable-hdpi/ic_menu_revert_holo_dark.png | Bin 0 -> 436 bytes res/drawable-hdpi/panel_undo_holo.9.png | Bin 0 -> 599 bytes res/drawable-mdpi/ic_menu_revert_holo_dark.png | Bin 0 -> 308 bytes res/drawable-mdpi/panel_undo_holo.9.png | Bin 0 -> 374 bytes res/drawable-xhdpi/ic_menu_revert_holo_dark.png | Bin 0 -> 575 bytes res/drawable-xhdpi/panel_undo_holo.9.png | Bin 0 -> 814 bytes res/values/strings.xml | 6 ++++++ 7 files changed, 6 insertions(+) create mode 100644 res/drawable-hdpi/ic_menu_revert_holo_dark.png create mode 100644 res/drawable-hdpi/panel_undo_holo.9.png create mode 100644 res/drawable-mdpi/ic_menu_revert_holo_dark.png create mode 100644 res/drawable-mdpi/panel_undo_holo.9.png create mode 100644 res/drawable-xhdpi/ic_menu_revert_holo_dark.png create mode 100644 res/drawable-xhdpi/panel_undo_holo.9.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_menu_revert_holo_dark.png b/res/drawable-hdpi/ic_menu_revert_holo_dark.png new file mode 100644 index 000000000..6165a98a7 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_revert_holo_dark.png differ diff --git a/res/drawable-hdpi/panel_undo_holo.9.png b/res/drawable-hdpi/panel_undo_holo.9.png new file mode 100644 index 000000000..2396b2631 Binary files /dev/null and b/res/drawable-hdpi/panel_undo_holo.9.png differ diff --git a/res/drawable-mdpi/ic_menu_revert_holo_dark.png b/res/drawable-mdpi/ic_menu_revert_holo_dark.png new file mode 100644 index 000000000..97ee13da3 Binary files /dev/null and b/res/drawable-mdpi/ic_menu_revert_holo_dark.png differ diff --git a/res/drawable-mdpi/panel_undo_holo.9.png b/res/drawable-mdpi/panel_undo_holo.9.png new file mode 100644 index 000000000..291a9368d Binary files /dev/null and b/res/drawable-mdpi/panel_undo_holo.9.png differ diff --git a/res/drawable-xhdpi/ic_menu_revert_holo_dark.png b/res/drawable-xhdpi/ic_menu_revert_holo_dark.png new file mode 100644 index 000000000..48ff5bcda Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_revert_holo_dark.png differ diff --git a/res/drawable-xhdpi/panel_undo_holo.9.png b/res/drawable-xhdpi/panel_undo_holo.9.png new file mode 100644 index 000000000..1dc492792 Binary files /dev/null and b/res/drawable-xhdpi/panel_undo_holo.9.png differ diff --git a/res/values/strings.xml b/res/values/strings.xml index 529480c48..899c1e697 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -108,6 +108,12 @@ Cancel Share + + Deleted + + + UNDO + Select all Deselect all -- cgit v1.2.3