summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-06-18 10:35:56 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-18 10:35:56 -0700
commit756359c0bb6aa1d97c48a621f6d0dda64c2ca055 (patch)
tree3d8f3a290ecd6ca1ec302774a4f3c4fd135ea11e /res
parente0279d33974a095b12abfe33f3e0be84b5e7b7d0 (diff)
parent6b891c6a3739f8c49d42f9db6fc76cb92c7c5f25 (diff)
downloadandroid_packages_apps_Gallery2-756359c0bb6aa1d97c48a621f6d0dda64c2ca055.tar.gz
android_packages_apps_Gallery2-756359c0bb6aa1d97c48a621f6d0dda64c2ca055.tar.bz2
android_packages_apps_Gallery2-756359c0bb6aa1d97c48a621f6d0dda64c2ca055.zip
am 6b891c6a: Add swipe-to-delete gesture.
* commit '6b891c6a3739f8c49d42f9db6fc76cb92c7c5f25': Add swipe-to-delete gesture.
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_menu_revert_holo_dark.pngbin0 -> 436 bytes
-rw-r--r--res/drawable-hdpi/panel_undo_holo.9.pngbin0 -> 599 bytes
-rw-r--r--res/drawable-mdpi/ic_menu_revert_holo_dark.pngbin0 -> 308 bytes
-rw-r--r--res/drawable-mdpi/panel_undo_holo.9.pngbin0 -> 374 bytes
-rw-r--r--res/drawable-xhdpi/ic_menu_revert_holo_dark.pngbin0 -> 575 bytes
-rw-r--r--res/drawable-xhdpi/panel_undo_holo.9.pngbin0 -> 814 bytes
-rw-r--r--res/values/strings.xml6
7 files changed, 6 insertions, 0 deletions
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
--- /dev/null
+++ b/res/drawable-hdpi/ic_menu_revert_holo_dark.png
Binary files 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
--- /dev/null
+++ b/res/drawable-hdpi/panel_undo_holo.9.png
Binary files 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
--- /dev/null
+++ b/res/drawable-mdpi/ic_menu_revert_holo_dark.png
Binary files 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
--- /dev/null
+++ b/res/drawable-mdpi/panel_undo_holo.9.png
Binary files 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
--- /dev/null
+++ b/res/drawable-xhdpi/ic_menu_revert_holo_dark.png
Binary files 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
--- /dev/null
+++ b/res/drawable-xhdpi/panel_undo_holo.9.png
Binary files 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 @@
<string name="cancel">Cancel</string>
<string name="share">Share</string>
+ <!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
+ <string name="deleted">Deleted</string>
+
+ <!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
+ <string name="undo">UNDO</string>
+
<!-- String indicating more actions are available -->
<string name="select_all">Select all</string>
<string name="deselect_all">Deselect all</string>