diff options
| author | Tony Mantler <nicoya@google.com> | 2014-07-29 15:12:04 -0700 |
|---|---|---|
| committer | Tony Mantler <nicoya@google.com> | 2014-07-29 15:12:04 -0700 |
| commit | 751a029c315e642e5ea979f38927ede34d82edfa (patch) | |
| tree | 669a83fb3ce9b352a2bbacd8073ab9a9d3d49b94 /res/values/styles.xml | |
| parent | 6e976f1d05c1896070efc9df57267e37d8ae2152 (diff) | |
| download | android_packages_apps_Email-751a029c315e642e5ea979f38927ede34d82edfa.tar.gz android_packages_apps_Email-751a029c315e642e5ea979f38927ede34d82edfa.tar.bz2 android_packages_apps_Email-751a029c315e642e5ea979f38927ede34d82edfa.zip | |
Convert server settings to dialog
b/8134410
Change-Id: I3c4c9a02a37571a9c7af10971840fbe39458244e
Diffstat (limited to 'res/values/styles.xml')
| -rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 5460c9d54..84013b20f 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -15,6 +15,8 @@ --> <resources> + <style name="AccountSetupDialogActivityTheme" + parent="@android:style/Theme.Holo.Light.Dialog.NoActionBar" /> <!-- Account Setup Activity --> <style name="account_setup_content"> <item name="android:background">@drawable/account_setup_background</item> |
