summaryrefslogtreecommitdiffstats
path: root/res/layout
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/layout
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/layout')
-rw-r--r--res/layout/screenshot.xml8
1 files changed, 8 insertions, 0 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"