diff options
| author | 2012-06-12 19:56:34 -0700 | |
|---|---|---|
| committer | 2012-06-12 19:56:34 -0700 | |
| commit | cbf026fc1f595c4e13d411bc61d5008eaf7b460c (patch) | |
| tree | f84c9f74891f6bf094d08105ae1e65ba5f1e92e7 | |
| parent | 955a016922ea49f154d190b054a202559b41a4d3 (diff) | |
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
| -rw-r--r-- | core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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 78a01ddac347..7231ead84c59 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"/> |