summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2011-08-08 16:31:15 +0200
committerMartijn Coenen <maco@google.com>2011-08-08 16:31:15 +0200
commit12585b616cb0f9cd176704a0d199c8aeb797a3df (patch)
tree4e89ea9a98c92d858fd48d24511aad9bac046757 /res
parent0840c4c1be3dc6edd285a6a38020b0f4eb1fdcba (diff)
downloadpackages_apps_nfc-12585b616cb0f9cd176704a0d199c8aeb797a3df.zip
packages_apps_nfc-12585b616cb0f9cd176704a0d199c8aeb797a3df.tar.gz
packages_apps_nfc-12585b616cb0f9cd176704a0d199c8aeb797a3df.tar.bz2
0-click animations: "tap to send" and "tilt to send".
Change-Id: I771b97bc090ebce07eeb46807c8fb337be703513
Diffstat (limited to 'res')
-rw-r--r--res/layout/screenshot.xml8
-rwxr-xr-xres/values/strings.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/res/layout/screenshot.xml b/res/layout/screenshot.xml
index dc34ba3..2a6e242 100644
--- a/res/layout/screenshot.xml
+++ b/res/layout/screenshot.xml
@@ -18,6 +18,14 @@
android:layout_height="match_parent"
android:background="#FF000000"
>
+ <TextView android:id="@+id/touch"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/touch"
+ android:paddingTop="20dip"
+ android:textSize="50px"
+ android:gravity="center"
+ />
<ImageView android:id="@+id/clone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 248669c..4d71b99 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>
</resources>