summaryrefslogtreecommitdiffstats
path: root/res/layout-w1024dp
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-06-30 17:27:21 +0800
committerWu-cheng Li <wuchengli@google.com>2011-07-05 12:03:07 +0800
commitc5e37cbb96b8284203560c51dd5f41c705a21f58 (patch)
treebf543e16a64dfde9925c469ed96db85de3b0caf1 /res/layout-w1024dp
parent95fd7f77171155a087b685ca405ac3891332f638 (diff)
downloadLegacyCamera-c5e37cbb96b8284203560c51dd5f41c705a21f58.zip
LegacyCamera-c5e37cbb96b8284203560c51dd5f41c705a21f58.tar.gz
LegacyCamera-c5e37cbb96b8284203560c51dd5f41c705a21f58.tar.bz2
Add expanded thumbnail in phone UI.
bug:4725968 Change-Id: I2a59a3714b93bc96f2a1689d948c9e4e0edd14cb
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r--res/layout-w1024dp/preview_frame.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/layout-w1024dp/preview_frame.xml b/res/layout-w1024dp/preview_frame.xml
index e211d25..173be1f 100644
--- a/res/layout-w1024dp/preview_frame.xml
+++ b/res/layout-w1024dp/preview_frame.xml
@@ -50,11 +50,6 @@
android:visibility="invisible"/>
<include layout="@layout/review_thumbnail"/>
<include layout="@layout/review_control"/>
- <ImageView android:id="@+id/review_image"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone"
- android:background="@android:color/black"/>
</RelativeLayout>
<!-- This is the border of preview and the corner is round. If it is the background,
preview will be on top and the inner corner will be square, which looks bad.