summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/preview_frame.xml
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/preview_frame.xml
parent9cfab4bc18b8d9d905263c687e19c06df885dca7 (diff)
downloadpackages_apps_LegacyCamera-112d61c8bd6d42b4ede143ab6aeb23100f4b60cb.zip
packages_apps_LegacyCamera-112d61c8bd6d42b4ede143ab6aeb23100f4b60cb.tar.gz
packages_apps_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/preview_frame.xml')
-rw-r--r--res/layout-xlarge/preview_frame.xml3
1 files changed, 1 insertions, 2 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"/>