summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-09-10 17:57:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-10 17:57:39 +0000
commite62762358612d3baa423609ca0a0f48442bcae34 (patch)
tree6f67a5d70978a2d78db541ae45cf19aa2e81f2a2 /res/values
parent7b7238db0b9e6bd4c1004dc684c40b2b9153881b (diff)
parentae537f1619d96f6737698aa9c0d6f8b1a79c0963 (diff)
downloadandroid_packages_apps_UnifiedEmail-e62762358612d3baa423609ca0a0f48442bcae34.tar.gz
android_packages_apps_UnifiedEmail-e62762358612d3baa423609ca0a0f48442bcae34.tar.bz2
android_packages_apps_UnifiedEmail-e62762358612d3baa423609ca0a0f48442bcae34.zip
Merge "Change toast delay (again) from 5 seconds to 8 seconds." into ub-gmail-ur14-dev
Diffstat (limited to 'res/values')
-rw-r--r--res/values/constants.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 6ca129799..5acb50694 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -49,7 +49,7 @@
<!-- The smallest amount of time the toast bar must remain visible -->
<integer name="toast_bar_min_duration_ms">500</integer>
<!-- The largest amount of time the toast bar can remain visible -->
- <integer name="toast_bar_max_duration_ms">5000</integer>
+ <integer name="toast_bar_max_duration_ms">8000</integer>
<integer name="conversation_desired_font_size_px">14</integer>
<!-- matches 'font-size' style in template_conversation_upper.html -->
<integer name="conversation_unstyled_font_size_px">13</integer>