summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-11-18 20:04:42 +0800
committerWu-cheng Li <wuchengli@google.com>2010-11-18 20:08:42 +0800
commit112d61c8bd6d42b4ede143ab6aeb23100f4b60cb (patch)
tree79cea9920ba858211edb7e313fb21645891c5b5e /res/layout-xlarge
parent9cfab4bc18b8d9d905263c687e19c06df885dca7 (diff)
downloadLegacyCamera-112d61c8bd6d42b4ede143ab6aeb23100f4b60cb.zip
LegacyCamera-112d61c8bd6d42b4ede143ab6aeb23100f4b60cb.tar.gz
LegacyCamera-112d61c8bd6d42b4ede143ab6aeb23100f4b60cb.tar.bz2
Remove the border of the preview frame.
Some UI componenets overlap with the preview frame. The border does not look good. Change-Id: Ie70c742851705d2a5851d56a6c9d87904188adde
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r--res/layout-xlarge/preview_frame.xml3
-rw-r--r--res/layout-xlarge/preview_frame_video.xml3
2 files changed, 2 insertions, 4 deletions
diff --git a/res/layout-xlarge/preview_frame.xml b/res/layout-xlarge/preview_frame.xml
index d282ced..416fa15 100644
--- a/res/layout-xlarge/preview_frame.xml
+++ b/res/layout-xlarge/preview_frame.xml
@@ -22,8 +22,7 @@
android:layout_weight="1">
<RelativeLayout android:id="@+id/frame"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/border_view_finder">
+ android:layout_height="match_parent">
<SurfaceView android:id="@+id/camera_preview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
diff --git a/res/layout-xlarge/preview_frame_video.xml b/res/layout-xlarge/preview_frame_video.xml
index effc116..db44788 100644
--- a/res/layout-xlarge/preview_frame_video.xml
+++ b/res/layout-xlarge/preview_frame_video.xml
@@ -22,8 +22,7 @@
android:layout_weight="1">
<RelativeLayout android:id="@+id/frame"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/border_view_finder">
+ android:layout_height="match_parent">
<SurfaceView android:id="@+id/camera_preview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>