summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2011-08-09 16:39:28 +0200
committerMartijn Coenen <maco@google.com>2011-08-10 15:30:04 +0200
commite5b26d522885ed1cc30c0820ca59ed7c44707987 (patch)
tree6cb93abc7490974d6fb8073df56d7125a4be6e7f /res/values
parent4467dca5650a170af5020c10a8ccb25f86f1007f (diff)
downloadpackages_apps_nfc-e5b26d522885ed1cc30c0820ca59ed7c44707987.zip
packages_apps_nfc-e5b26d522885ed1cc30c0820ca59ed7c44707987.tar.gz
packages_apps_nfc-e5b26d522885ed1cc30c0820ca59ed7c44707987.tar.bz2
Move 0-click animations to activity.
- Start activity instead of window overlay; - Implement "the real twist": need to twist back to share; - Implement receive animation (slide out); - General cleanup. Change-Id: I3f6a015c2a73f309892a8c5c3b1ea1b133b54d42
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4d71b99..4aa9885 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -29,5 +29,5 @@
<!-- Content description of the NFC enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_nfc_enabled">NFC enabled.</string>
- <string name="touch">Tap to share!</string>
+ <string name="touch">Rotate to share!</string>
</resources>