summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-07-15 18:31:22 -0700
committerChristine Chen <christinech@google.com>2013-07-31 10:37:09 -0700
commit316b4713b2f8f26f393ecc4bb4760512a4a9f096 (patch)
treebd8e71ad2813c0861415cacdc062611d0fe556d2 /res/values/strings.xml
parent6091473941d277ed3746143c1ca9bffdfbe2bd94 (diff)
Adds Drag and Drop UI to the Dialer main view.
- Adds drag and drop listner. - Changes the FavoritesTileAdapter to use an array stored in cache to populate the view. - Adds animation for drag and drop. - Adds swipe to delete an entry. Change-Id: I0717fb3d256b2ab2353f86a998de07edb24e9b4c
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 06d0a1e82..307d56b28 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -606,4 +606,8 @@
<string name="show_all_contacts_title">All contacts</string>
<!-- Title of show all contacts button -->
<string name="show_all_contacts_button_text">All contacts</string>
+ <!-- Text displayed when user swipes out a favorite contact -->
+ <string name="favorite_hidden">Hidden from favorites</string>
+ <!-- Text displayed for the undo button to undo removing a favorite contact -->
+ <string name="favorite_hidden_undo">Undo</string>
</resources>