From 3d0083b3f8a11b8f1101029c3439c78dda928af1 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 22 May 2012 17:05:13 -0700 Subject: [PATCH] Fix 6539117: Fix layout issues on 600dp device. This fixes two issues: 1. The pattern view was shown too low on the device due to shared layout with 720dp device. 2. The time was showing on top of the transport control view (music playback widget) Change-Id: Id8a5809f96cfbda7eb55fa91b1bea826d483373a --- .../keyguard_screen_unlock_landscape.xml | 21 ++++++++--------- .../keyguard_screen_unlock_portrait.xml | 23 ++++++++----------- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/core/res/res/layout-sw600dp/keyguard_screen_unlock_landscape.xml b/core/res/res/layout-sw600dp/keyguard_screen_unlock_landscape.xml index 68499f4b2a644..3bdc7b6dc4e61 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_unlock_landscape.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_unlock_landscape.xml @@ -39,7 +39,16 @@ android:layout_height="wrap_content" android:layout_marginBottom="24dip"> - + + - - 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 086757d00b49d..bd9de207b016e 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_unlock_portrait.xml @@ -26,7 +26,7 @@ @@ -35,6 +35,14 @@ android:layout_height="wrap_content" android:gravity="center"> + + - - @@ -77,7 +75,6 @@