Fix AccountSetupOptions for phone UI

Bug 4157050

Change-Id: I1addca05b9c56266b28e7449c87b3a5010ed671b
This commit is contained in:
Makoto Onuki 2011-03-23 11:16:14 -07:00
parent ae72ec88ce
commit 39745c3dc0

View File

@ -35,6 +35,14 @@
android:id="@+id/account_check_frequency"
android:layout_height="wrap_content"
android:layout_width="match_parent" />
<!-- TODO quick fix - phone UX still TBD -->
<LinearLayout
android:id="@+id/account_sync_window_row"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone"
>
<TextView
android:id="@+id/account_sync_window_label"
android:text="@string/account_setup_options_mail_window_label"
@ -48,6 +56,7 @@
android:visibility="gone"
android:layout_height="wrap_content"
android:layout_width="match_parent" />
</LinearLayout>
<CheckBox
android:id="@+id/account_default"
android:layout_height="wrap_content"
@ -76,8 +85,12 @@
android:layout_width="match_parent"
android:text="@string/account_setup_options_sync_email_label" />
<!-- Buttons below -->
<!-- TODO - quick placeholder - phone UX still TBD -->
<CheckBox
android:id="@+id/account_background_attachments"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/account_setup_options_background_attachments_label" />
<Button
android:id="@+id/previous"
android:layout_marginTop="16dip"