From 982813c3df78e4cca112b48e399e9f11de13e0fe Mon Sep 17 00:00:00 2001 From: Brian Colonna Date: Tue, 27 Sep 2011 17:38:22 -0400 Subject: Added landscape views for Face Unlock - Uses grid view to cover PIN/pattern area in the same way it does for potrait layouts Change-Id: I64672f3052c136901850baf73c8242930df7a64f --- core/res/res/layout/keyguard_screen_password_landscape.xml | 13 +++++++++++++ core/res/res/layout/keyguard_screen_unlock_landscape.xml | 14 ++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/core/res/res/layout/keyguard_screen_password_landscape.xml b/core/res/res/layout/keyguard_screen_password_landscape.xml index 3343d8b..8bc5f34 100644 --- a/core/res/res/layout/keyguard_screen_password_landscape.xml +++ b/core/res/res/layout/keyguard_screen_password_landscape.xml @@ -191,4 +191,17 @@ android:layout_height="0dip" /> + + + diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml index d71dbff..2778f4e 100644 --- a/core/res/res/layout/keyguard_screen_unlock_landscape.xml +++ b/core/res/res/layout/keyguard_screen_unlock_landscape.xml @@ -160,4 +160,18 @@ android:layout_height="0dip" /> + + + -- cgit v1.1