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-w1024dp/preview_frame.xml | |
parent | 0ee420642b42dd9d300eea2e8019bf3dda48f610 (diff) | |
download | packages_apps_LegacyCamera-16ca94d73bfe07f280e381595709b56c2681b2bc.zip packages_apps_LegacyCamera-16ca94d73bfe07f280e381595709b56c2681b2bc.tar.gz packages_apps_LegacyCamera-16ca94d73bfe07f280e381595709b56c2681b2bc.tar.bz2 |
Use new background and shutter button.
bug:5024054
Change-Id: I2def331433b0db66efc0d38f1e9537c0980441bb
Diffstat (limited to 'res/layout-w1024dp/preview_frame.xml')
-rw-r--r-- | res/layout-w1024dp/preview_frame.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-w1024dp/preview_frame.xml b/res/layout-w1024dp/preview_frame.xml index 9cfc206..41c419f 100644 --- a/res/layout-w1024dp/preview_frame.xml +++ b/res/layout-w1024dp/preview_frame.xml @@ -17,7 +17,7 @@ android:id="@+id/frame_layout" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_toLeftOf="@id/control_panel"> + android:layout_weight="1"> <RelativeLayout android:id="@+id/frame" android:layout_width="match_parent" android:layout_height="match_parent"> |