summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-09-05 11:15:44 -0700
committerTony Mantler <nicoya@google.com>2014-09-05 11:15:44 -0700
commitce2f7364d6fb0ed7241652e39a6bf45892a9a3f5 (patch)
tree6ca407f8712cd0662095783f780815d212697d00 /res/values
parent91fbeb6adb94701d0537706d685bb2f2865f40de (diff)
downloadandroid_packages_apps_UnifiedEmail-ce2f7364d6fb0ed7241652e39a6bf45892a9a3f5.tar.gz
android_packages_apps_UnifiedEmail-ce2f7364d6fb0ed7241652e39a6bf45892a9a3f5.tar.bz2
android_packages_apps_UnifiedEmail-ce2f7364d6fb0ed7241652e39a6bf45892a9a3f5.zip
Don't cache resources across configuration changes
Also clean up unused routines and resources b/16547234 Change-Id: Idfe8210d8f6f38363daa534d68dfd21440bc352d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/constants.xml3
-rw-r--r--res/values/strings.xml3
2 files changed, 0 insertions, 6 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 8b4817b3d..e67917d95 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -83,9 +83,6 @@
<!-- The width or height of the preview will not exceed this -->
<integer name="attachment_preview_max_size">256</integer>
- <!-- Whether or not to use a nice transition when showing the folder list fragment; used in 2-pane layouts -->
- <integer name="use_folder_list_fragment_transition">1</integer>
-
<!-- The timeout, in milliseconds, before the "Undo" notification is removed. -->
<integer name="undo_notification_timeout">6000</integer>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b69629798..b9003c8b7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -580,9 +580,6 @@
<item quantity="other"><xliff:g id="count" example="4">%1$d</xliff:g> unread</item>
</plurals>
- <!-- Displayed in the actionbar when unread count > 99. [CHAR LIMIT=30] -->
- <string name="actionbar_large_unread_count"><xliff:g id="count">%1$d</xliff:g>+ unread</string>
-
<!-- Displayed at the end of the conversation list in the widget. Tapping on this will open the default Inbox. [CHAR LIMIT=35] -->
<string name="view_more_conversations">View more conversations</string>