From ef1bcec0f559f60220f5c9c238b3e14494163ee7 Mon Sep 17 00:00:00 2001 From: Dan Sandler Date: Tue, 25 Feb 2014 12:11:05 -0500 Subject: Fix boot crash on devices defaulting to landscape. This is probably not what keyguard_simple_host_view should look like in landscape, but we need the resource. Bug: 13185323 Change-Id: Ib044db1f86510128d27ecf45546398c7c1b81aa4 --- .../res/layout-land/keyguard_simple_host_view.xml | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 packages/Keyguard/res/layout-land/keyguard_simple_host_view.xml (limited to 'packages/Keyguard/res/layout-land') diff --git a/packages/Keyguard/res/layout-land/keyguard_simple_host_view.xml b/packages/Keyguard/res/layout-land/keyguard_simple_host_view.xml new file mode 100644 index 0000000..ebd0a64 --- /dev/null +++ b/packages/Keyguard/res/layout-land/keyguard_simple_host_view.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + -- cgit v1.1