summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorPeter Schiller <peterschiller@google.com>2016-07-14 23:40:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-07-14 23:40:40 +0000
commitc9dec56c27c9ad53a64196bcfa38f77ec033d65c (patch)
treecb86519832ffc46867e6937497d9c94b2eea1273 /res/values/config.xml
parent857bfcf3247ef765e16ce595c10e4c1fa5c2a69b (diff)
parent5024503702fa464cb5722a1893118a9a0ea32c3b (diff)
downloadandroid_packages_apps_Trebuchet-c9dec56c27c9ad53a64196bcfa38f77ec033d65c.tar.gz
android_packages_apps_Trebuchet-c9dec56c27c9ad53a64196bcfa38f77ec033d65c.tar.bz2
android_packages_apps_Trebuchet-c9dec56c27c9ad53a64196bcfa38f77ec033d65c.zip
Merge "Preventing unnecessary layouts on search focus change" into ub-launcher3-calgary
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 0bb379907..47bfa30e1 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -33,6 +33,9 @@
is used for internal (baked-in) padding -->
<integer name="config_allAppsButtonPaddingPercent">17</integer>
+ <!-- The duration of the animation from search hint to text entry -->
+ <integer name="config_searchHintAnimationDuration">50</integer>
+
<!-- Workspace -->
<!-- The duration (in ms) of the fade animation on the object outlines, used when
we are dragging objects around on the home screen. -->