diff options
author | Scott Kennedy <skennedy@google.com> | 2013-04-24 18:15:19 -0700 |
---|---|---|
committer | Scott Kennedy <skennedy@google.com> | 2013-04-24 18:15:19 -0700 |
commit | c726d4fa6cd5239f9b902e954efaab7752d26471 (patch) | |
tree | 4e8ed976c4a378577837c8d75bb8836430f8d2f7 /res | |
parent | 156a9bde06ec72f497f50ad1c7258636067512a6 (diff) | |
download | android_packages_apps_Email-c726d4fa6cd5239f9b902e954efaab7752d26471.tar.gz android_packages_apps_Email-c726d4fa6cd5239f9b902e954efaab7752d26471.tar.bz2 android_packages_apps_Email-c726d4fa6cd5239f9b902e954efaab7752d26471.zip |
Add "Reply all" setting to tablets
This controls the notification action on tablets.
Change-Id: I0b8df2ded371820f0dada3f1b11cebad462962ed
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 | ||||
-rw-r--r-- | res/xml/general_preferences.xml | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5dadf3fd8..92adc598e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1162,11 +1162,6 @@ as <xliff:g id="filename">%s</xliff:g>.</string> <!-- General preference: Text zoom. Value is "huge" (+2) [CHAR LIMIT=32] --> <string name="general_preference_text_zoom_huge">Huge</string> - <!-- Settings screen, Reply to all default setting title [CHAR LIMIT=30] --> - <string msgid="6469564953937885304" name="general_preference_reply_all_label">Reply all</string> - <!-- Settings screen, Reply to all default setting summary [CHAR LIMIT=70] --> - <string msgid="3356918650886350497" name="general_preference_reply_all_summary">Make \"Reply all\" the default for message replies</string> - <!-- Settings screen, title used to clear the setting for the list of senders to automatically show pictures for [CHAR LIMIT=80] --> <string name="general_preferences_clear_trusted_senders_title" diff --git a/res/xml/general_preferences.xml b/res/xml/general_preferences.xml index 4223170f0..648eec0f0 100644 --- a/res/xml/general_preferences.xml +++ b/res/xml/general_preferences.xml @@ -60,8 +60,8 @@ android:key="default-reply-all" android:persistent="false" android:defaultValue="false" - android:title="@string/general_preference_reply_all_label" - android:summary="@string/general_preference_reply_all_summary" /> + android:title="@string/preferences_default_reply_all_title" + android:summary="@string/preferences_default_reply_all_summary" /> <CheckBoxPreference android:key="conversation-list-swipe" |