OSDN Git Service

fix datetime layout for phones and remove orientation locking
authorFreeman Ng <tenorslowworm@google.com>
Mon, 21 Nov 2011 21:07:08 +0000 (13:07 -0800)
committerFreeman Ng <tenorslowworm@google.com>
Mon, 21 Nov 2011 22:47:02 +0000 (14:47 -0800)
commit5a825280895e82091e326f00174ca05cf7c07625
treeabcc1dc57047a9cfb59a49c95aecbdb484a76494
parent6f0ea441e465a0af646f8952f820a92f6902c8d9
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
src/com/android/settings/DateTimeSettingsSetupWizard.java