diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-10 17:58:32 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-10 18:15:32 +0800 |
commit | 5e270b255775e1aae76cb476873001798ad8e88a (patch) | |
tree | 3de6e402febc32155d48481bc58a28254ec08d11 /res/layout/review_thumbnail.xml | |
parent | 89155720bce8b530659bcdd48bcb3802bc80a6ba (diff) | |
download | packages_apps_LegacyCamera-5e270b255775e1aae76cb476873001798ad8e88a.zip packages_apps_LegacyCamera-5e270b255775e1aae76cb476873001798ad8e88a.tar.gz packages_apps_LegacyCamera-5e270b255775e1aae76cb476873001798ad8e88a.tar.bz2 |
Remove share icon and close arrow.
Alose increase the speed of icon rotation.
bug:5141343
bug:5141404
bug:5141514
Change-Id: I0db6b6edbc0fc1a0f83b4f29f6828bcff01bf0c4
Diffstat (limited to 'res/layout/review_thumbnail.xml')
-rw-r--r-- | res/layout/review_thumbnail.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/res/layout/review_thumbnail.xml b/res/layout/review_thumbnail.xml index ef5e821..0593307 100644 --- a/res/layout/review_thumbnail.xml +++ b/res/layout/review_thumbnail.xml @@ -14,17 +14,14 @@ limitations under the License. --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/share_button" - android:layout_width="wrap_content" - android:layout_height="wrap_content" +<com.android.camera.ui.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/thumbnail" + android:layout_width="52dp" + android:layout_height="52dp" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:orientation="vertical" android:clickable="true" android:focusable="false" android:background="@drawable/border_last_picture"> - <com.android.camera.ui.RotateImageView android:id="@+id/thumbnail" - android:layout_width="52dp" - android:layout_height="52dp"/> -</LinearLayout> +</com.android.camera.ui.RotateImageView> |