diff options
author | Chih-yu Huang <akahuang@google.com> | 2011-08-30 15:06:09 +0800 |
---|---|---|
committer | Chih-yu Huang <akahuang@google.com> | 2011-08-30 16:40:29 +0800 |
commit | 51dd927dbe8940e226a2d15f105e53fb2effe7dc (patch) | |
tree | 862563848d207c7607ded161ed3e83aca911e933 /res/layout | |
parent | 2a1e44382f6a4fc70e4a89e3d183503a2255826f (diff) | |
download | LegacyCamera-51dd927dbe8940e226a2d15f105e53fb2effe7dc.zip LegacyCamera-51dd927dbe8940e226a2d15f105e53fb2effe7dc.tar.gz LegacyCamera-51dd927dbe8940e226a2d15f105e53fb2effe7dc.tar.bz2 |
Remove thumbnail in image and video capture intent.
bug:5141555
Change-Id: I240006b82f6c694a1549208bcb580f393f07f2bf
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/review_thumbnail.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/review_thumbnail.xml b/res/layout/review_thumbnail.xml index 08cf276..1d80687 100644 --- a/res/layout/review_thumbnail.xml +++ b/res/layout/review_thumbnail.xml @@ -20,5 +20,6 @@ android:onClick="onThumbnailClicked" android:clickable="true" android:focusable="false" + android:visibility="gone" android:background="@drawable/border_last_picture"> </com.android.camera.ui.RotateImageView> |