summaryrefslogtreecommitdiffstats
path: root/res/values/constants.xml
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2012-12-18 11:29:08 -0800
committerScott Kennedy <skennedy@google.com>2012-12-18 12:56:44 -0800
commita61f99847d48938589bc7f7740e2385eee5626ab (patch)
tree007adf44e58df8dfd25da6a9c795b220ccb6d969 /res/values/constants.xml
parentb2ef9c18d1f68543d9c782e1952b70d3bbcd94d6 (diff)
downloadandroid_packages_apps_UnifiedEmail-a61f99847d48938589bc7f7740e2385eee5626ab.tar.gz
android_packages_apps_UnifiedEmail-a61f99847d48938589bc7f7740e2385eee5626ab.tar.bz2
android_packages_apps_UnifiedEmail-a61f99847d48938589bc7f7740e2385eee5626ab.zip
Change notification undo timeout to 6 seconds
Bug: 7685493 Change-Id: I31eba6779641f907bfea0ee1e874d7fe18e13d0e
Diffstat (limited to 'res/values/constants.xml')
-rw-r--r--res/values/constants.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 31fa37a2c..a6085232c 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -100,4 +100,7 @@
<!-- Whether or not to prompt the user to enable auto-fit the first time they encounter a wide message. TODO: Remove this when the email setting is added. -->
<integer name="prompt_auto_fit_on_first_wide_message">0</integer>
+
+ <!-- The timeout, in milliseconds, before the "Undo" notification is removed. -->
+ <integer name="undo_notification_timeout">6000</integer>
</resources>