From c6b9824e0da453cb8b7397078cb5782afabbe2da Mon Sep 17 00:00:00 2001 From: Alan Newberger Date: Tue, 15 Oct 2013 14:29:24 -0700 Subject: adjust keyguard camera layout to make buttons match by trial and error adjusted the bottom margins of the controls to make transition to real camera layout seamless on the HH and N4. Bug: 11236276 Change-Id: I707a5b0b94ac466c07b19c84473e444250cecf28 --- res/layout-port/keyguard_widget.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout-port/keyguard_widget.xml b/res/layout-port/keyguard_widget.xml index 28b59c44d..5e073f43b 100644 --- a/res/layout-port/keyguard_widget.xml +++ b/res/layout-port/keyguard_widget.xml @@ -34,7 +34,7 @@ android:layout_height="64dip" android:layout_toRightOf="@id/shutter" android:layout_alignParentBottom="true" - android:layout_marginBottom="6dip" + android:layout_marginBottom="9dip" android:layout_marginRight="-5dip" /> @@ -52,7 +52,7 @@ style="@style/SwitcherButton" android:layout_toLeftOf="@id/shutter" android:layout_alignParentBottom="true" - android:layout_marginBottom="2dip" + android:layout_marginBottom="3dip" android:scaleType="center" android:contentDescription="@string/accessibility_mode_picker" android:src="@drawable/ic_switcher_menu_indicator" /> -- cgit v1.2.3