diff options
author | Chih-yu Huang <akahuang@google.com> | 2011-08-30 02:22:49 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-30 02:22:49 -0700 |
commit | 82111c5d1fe1539a5ff70c1a459a09256ae50c1e (patch) | |
tree | 26cedc5a6575881ed834ac964bdcc8aa6d1b9bc9 /res | |
parent | d4832351874aa6eb2cd5e312c21bd4ec607ff3a4 (diff) | |
parent | 51dd927dbe8940e226a2d15f105e53fb2effe7dc (diff) | |
download | LegacyCamera-82111c5d1fe1539a5ff70c1a459a09256ae50c1e.zip LegacyCamera-82111c5d1fe1539a5ff70c1a459a09256ae50c1e.tar.gz LegacyCamera-82111c5d1fe1539a5ff70c1a459a09256ae50c1e.tar.bz2 |
Merge "Remove thumbnail in image and video capture intent."
Diffstat (limited to 'res')
-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> |