From 5a825280895e82091e326f00174ca05cf7c07625 Mon Sep 17 00:00:00 2001 From: Freeman Ng Date: Mon, 21 Nov 2011 13:07:08 -0800 Subject: [PATCH] fix datetime layout for phones and remove orientation locking The first fixes the bug, the second was something I noticed while debugging. We're no longer locking setup wizard orientation for anything screen size, and so no activities it calls needs to do that any more, either. bug: 5642402 Change-Id: I5911223112a19841f6b4754a70148f28a753f736 --- res/layout/date_time_settings_setupwizard.xml | 7 +++++++ src/com/android/settings/DateTimeSettingsSetupWizard.java | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/res/layout/date_time_settings_setupwizard.xml b/res/layout/date_time_settings_setupwizard.xml index 95402cb0eda..d05098ae381 100644 --- a/res/layout/date_time_settings_setupwizard.xml +++ b/res/layout/date_time_settings_setupwizard.xml @@ -20,6 +20,13 @@ android:layout_width="fill_parent" android:orientation="vertical"> + +