diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-08 18:42:21 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-09 15:00:06 +0800 |
commit | 16ca94d73bfe07f280e381595709b56c2681b2bc (patch) | |
tree | d0d396467484bfef1cfb7a6a31ed6ea88fdbdb20 /res/layout/preview_frame_video.xml | |
parent | 0ee420642b42dd9d300eea2e8019bf3dda48f610 (diff) | |
download | LegacyCamera-16ca94d73bfe07f280e381595709b56c2681b2bc.zip LegacyCamera-16ca94d73bfe07f280e381595709b56c2681b2bc.tar.gz LegacyCamera-16ca94d73bfe07f280e381595709b56c2681b2bc.tar.bz2 |
Use new background and shutter button.
bug:5024054
Change-Id: I2def331433b0db66efc0d38f1e9537c0980441bb
Diffstat (limited to 'res/layout/preview_frame_video.xml')
-rw-r--r-- | res/layout/preview_frame_video.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/preview_frame_video.xml b/res/layout/preview_frame_video.xml index 1293d1b..32154cd 100644 --- a/res/layout/preview_frame_video.xml +++ b/res/layout/preview_frame_video.xml @@ -17,9 +17,8 @@ android:id="@+id/frame_layout" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_toLeftOf="@id/control_panel" - android:layout_marginLeft="2dip" - android:layout_weight="1"> + android:layout_weight="1" + android:layout_marginLeft="2dip"> <!-- To be consistent with w1024dp layout, preview border is not inside the preview frame. --> <ImageView android:id="@+id/preview_border" android:layout_width="match_parent" |