From cbf026fc1f595c4e13d411bc61d5008eaf7b460c Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 12 Jun 2012 19:56:34 -0700 Subject: [PATCH] Fix 6641800: Remove unnecessary padding below status view This fixes a bug on a 600dp device where the owner info text was clipped. Change-Id: I5293b6c1f508307dc55b23d6e2f219e9fa735693 --- core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml b/core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml index 78a01ddac3470..7231ead84c593 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml @@ -41,7 +41,6 @@ android:layout_height="wrap_content" android:layout_marginLeft="50dip" android:layout_marginTop="50dip" - android:layout_marginBottom="100dip" android:layout_marginRight="64dip" android:layout_alignParentTop="true" android:layout_alignParentLeft="true"/>