summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-08-05 18:23:13 -0700
committerYorke Lee <yorkelee@google.com>2014-08-06 12:26:32 -0700
commit8403451d612e0d8923aaefc081a28c358775268f (patch)
treeed272add81d510c7de805142b4025603add97eec /res/values
parent15b1df12b7c8379b9efcdf68d8a556bf44ce5930 (diff)
downloadandroid_packages_apps_PhoneCommon-8403451d612e0d8923aaefc081a28c358775268f.tar.gz
android_packages_apps_PhoneCommon-8403451d612e0d8923aaefc081a28c358775268f.tar.bz2
android_packages_apps_PhoneCommon-8403451d612e0d8923aaefc081a28c358775268f.zip
Set correct interpolator and duration for dialpad animation
Bug: 16659277 Change-Id: Ia8c61220b9278105a59894d326f55fcd309eb5db
Diffstat (limited to 'res/values')
-rw-r--r--res/values/animation_constants.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/animation_constants.xml b/res/values/animation_constants.xml
index f8523e3..bd906fb 100644
--- a/res/values/animation_constants.xml
+++ b/res/values/animation_constants.xml
@@ -16,6 +16,6 @@
-->
<resources>
<integer name="floating_action_button_animation_duration">250</integer>
- <integer name="dialpad_slide_in_duration">532</integer>
- <integer name="dialpad_slide_out_duration">257</integer>
+ <integer name="dialpad_slide_in_duration">400</integer>
+ <integer name="dialpad_slide_out_duration">400</integer>
</resources>