diff options
author | Martijn Coenen <maco@google.com> | 2011-10-11 16:37:29 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2011-10-11 16:37:29 -0700 |
commit | 90e1b000b385d7fa11481ddca4d61d6b425d7579 (patch) | |
tree | daef84dc62d15df0ab2a8d30b303f3f8dde71360 /res | |
parent | e59ab8f4cfcbfb2d17fe264dbaec65e6bd708e05 (diff) | |
download | packages_apps_nfc-90e1b000b385d7fa11481ddca4d61d6b425d7579.zip packages_apps_nfc-90e1b000b385d7fa11481ddca4d61d6b425d7579.tar.gz packages_apps_nfc-90e1b000b385d7fa11481ddca4d61d6b425d7579.tar.bz2 |
NFC: Remove statusbar/navbar from animated screenshot.
This just crops the status bar and the navbar from the screenshot we take.
This makes the animation look right in all cases, except for when we are full screen:
in that scenario we're cropping away too much.
Also removed the clone view (was no longer used) and cleaned FireflyRenderer
a bit.
Bug: 5318512
Change-Id: I37189a576f19937c2cae4ec368f26ac0725a1b62
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/screenshot.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/res/layout/screenshot.xml b/res/layout/screenshot.xml index 6f3d302..3c9b735 100644 --- a/res/layout/screenshot.xml +++ b/res/layout/screenshot.xml @@ -52,11 +52,6 @@ android:layout_weight="4" /> </LinearLayout> - <ImageView android:id="@+id/clone" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:gravity="center" - /> <ImageView android:id="@+id/screenshot" android:layout_width="match_parent" android:layout_height="match_parent" |