From a96fbc672886ddac5169a7e8ddbfecf535770669 Mon Sep 17 00:00:00 2001 From: akahuang Date: Wed, 18 Apr 2012 11:28:01 +0800 Subject: Fix camera_control distorted in small resolution. Use minimum height of camera_control to fix it. bug:6228273 Change-Id: I7c623efe06e043664d696f753f08877cd34450a1 --- res/layout/camera_control.xml | 3 ++- res/layout/mode_picker.xml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'res') diff --git a/res/layout/camera_control.xml b/res/layout/camera_control.xml index 3595849..9e05183 100644 --- a/res/layout/camera_control.xml +++ b/res/layout/camera_control.xml @@ -14,11 +14,12 @@ limitations under the License. --> + diff --git a/res/layout/mode_picker.xml b/res/layout/mode_picker.xml index 1b5e16b..27eb0b0 100644 --- a/res/layout/mode_picker.xml +++ b/res/layout/mode_picker.xml @@ -19,15 +19,14 @@ android:layout_width="wrap_content" android:layout_alignParentLeft="true" android:visibility="gone"> + -- cgit v1.1