diff options
| author | Paul Westbrook <pwestbro@google.com> | 2013-06-18 16:25:22 -0700 |
|---|---|---|
| committer | Paul Westbrook <pwestbro@google.com> | 2013-06-18 16:33:20 -0700 |
| commit | e7d539ddf94270ee716c331dd75c60731d598c1d (patch) | |
| tree | d35522989465dd34397698dee6069cdebb5004b2 /res/xml | |
| parent | 33f92a7f96717279e15f6c5c14da1e5d893936d1 (diff) | |
| download | android_packages_apps_Email-e7d539ddf94270ee716c331dd75c60731d598c1d.tar.gz android_packages_apps_Email-e7d539ddf94270ee716c331dd75c60731d598c1d.tar.bz2 android_packages_apps_Email-e7d539ddf94270ee716c331dd75c60731d598c1d.zip | |
Update the signature summary
Bug: 9480853
Change-Id: I8996efa268c906485ee1d5cfcf0f883d40927009
Diffstat (limited to 'res/xml')
| -rwxr-xr-x | res/xml/account_settings_preferences.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/res/xml/account_settings_preferences.xml b/res/xml/account_settings_preferences.xml index 672260340..98b08ec57 100755 --- a/res/xml/account_settings_preferences.xml +++ b/res/xml/account_settings_preferences.xml @@ -32,10 +32,9 @@ <EditTextPreference android:key="account_signature" - android:title="@string/account_settings_signature_label" - android:summary="@string/account_settings_signature_hint" - android:dialogTitle="@string/account_settings_signature_label" - android:inputType="textCapSentences|textMultiLine" /> + android:title="@string/preferences_signature_title" + android:singleLine="false" + android:dialogTitle="@string/preferences_signature_dialog_title" /> <PreferenceScreen android:key="account_quick_responses" |
