Implement DateTimeSetings for Setup Wizard XL.

Make the orientation "behind", as XL would require landscape.

TODO:
- Automatic Time Zone should be available.
- Layout is immature: need to have better theme and layout xml.

Change-Id: Iafe141223a227643ca774f4df5e5b7fde9520d31
This commit is contained in:
Daisuke Miyakawa
2010-09-09 11:51:16 -07:00
parent 0f4f2f3a81
commit 71cc548f7e
7 changed files with 330 additions and 86 deletions

View File

@@ -421,7 +421,8 @@
<string name="sdcard_settings_scanning_status">Scanning SD card for media\u2026</string>
<!-- Message when the SD card is mounted as read only -->
<string name="sdcard_settings_read_only_status">SD card mounted read-only</string>
<!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen without storing the setting. [CHAR LIMIT=5] -->
<string name="skip_label" >Skip</string>
<!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen. -->
<string name="next_label">Next</string>
@@ -2686,12 +2687,6 @@ found in the list of installed applications.</string>
Used in Wifi Setup For Setup Wizard with XL screen. -->
<string name="wifi_setup_status_connected">Connected</string>
<!-- Do not translate. Just a temprary stub. -->
<string name="time_zone_manual_select_enabler" translatable="false">Experimental text</string>
<!-- Do not translate. Just a temprary stub. -->
<string name="date_time_manual_select_enabler" translatable="false">Experimental text</string>
<!-- Do not translate. Just a temprary stub. -->
<string name="date_time_setup_skip" translatable="false">Skip</string>
<!-- Do not translate. Just a temprary stub. -->
<string name="date_time_setup_next" translatable="false">Next</string>
<!-- Do not translate. This is a stub which will be removed soon. -->
<string name="time_zone_auto_stub" translatable="false">Select Time Zone</string>
</resources>