summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-04-07 11:36:50 -0700
committerTony Mantler <nicoya@google.com>2014-04-07 11:37:37 -0700
commit021fb3cd78f5ef458fcb3203a7c0c8fd32a540fa (patch)
tree92fb3bb7b4e11be9e34fcfb1fdffb8cadc5d2b64 /res/layout
parent6cbdd5bba0c9c68a3261e54b1cebff48459657d5 (diff)
downloadandroid_packages_apps_Email-021fb3cd78f5ef458fcb3203a7c0c8fd32a540fa.tar.gz
android_packages_apps_Email-021fb3cd78f5ef458fcb3203a7c0c8fd32a540fa.tar.bz2
android_packages_apps_Email-021fb3cd78f5ef458fcb3203a7c0c8fd32a540fa.zip
More layout tweaks
b/13640507 Change-Id: I0392671df101e263aba89abc8b949fe906f34ed0
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/account_setup_options_fragment.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/account_setup_options_fragment.xml b/res/layout/account_setup_options_fragment.xml
index 8e9fe0258..d5c6c8dd6 100644
--- a/res/layout/account_setup_options_fragment.xml
+++ b/res/layout/account_setup_options_fragment.xml
@@ -47,29 +47,34 @@
</LinearLayout>
<CheckBox
android:id="@+id/account_notify"
+ style="@style/account_setup_checkbox"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/account_setup_options_notify_label" />
<CheckBox
android:id="@+id/account_sync_contacts"
+ style="@style/account_setup_checkbox"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/account_setup_options_sync_contacts_label"
android:visibility="gone" />
<CheckBox
android:id="@+id/account_sync_calendar"
+ style="@style/account_setup_checkbox"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/account_setup_options_sync_calendar_label"
android:visibility="gone" />
<CheckBox
android:id="@+id/account_sync_email"
+ style="@style/account_setup_checkbox"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/account_setup_options_sync_email_label" />
<CheckBox
android:id="@+id/account_background_attachments"
+ style="@style/account_setup_checkbox"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/account_setup_options_background_attachments_label" />