diff options
author | Martijn Coenen <maco@google.com> | 2011-08-09 16:39:28 +0200 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2011-08-10 15:30:04 +0200 |
commit | e5b26d522885ed1cc30c0820ca59ed7c44707987 (patch) | |
tree | 6cb93abc7490974d6fb8073df56d7125a4be6e7f /res/layout | |
parent | 4467dca5650a170af5020c10a8ccb25f86f1007f (diff) | |
download | packages_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/layout')
-rw-r--r-- | res/layout/screenshot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/screenshot.xml b/res/layout/screenshot.xml index 2a6e242..3442b8b 100644 --- a/res/layout/screenshot.xml +++ b/res/layout/screenshot.xml @@ -18,7 +18,7 @@ android:layout_height="match_parent" android:background="#FF000000" > - <TextView android:id="@+id/touch" + <TextView android:id="@+id/calltoaction" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/touch" |