summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-07-13 14:24:18 -0700
committerPeter Schiller <peterschiller@google.com>2016-07-14 16:39:48 -0700
commit5024503702fa464cb5722a1893118a9a0ea32c3b (patch)
tree8740a3c731567f26f26299df51984153e1e82dc2 /res/values/config.xml
parent7b8f1eaba147ac42a347f3787d0e90b24be015db (diff)
downloadandroid_packages_apps_Trebuchet-5024503702fa464cb5722a1893118a9a0ea32c3b.tar.gz
android_packages_apps_Trebuchet-5024503702fa464cb5722a1893118a9a0ea32c3b.tar.bz2
android_packages_apps_Trebuchet-5024503702fa464cb5722a1893118a9a0ea32c3b.zip
Preventing unnecessary layouts on search focus change
Instead of expanding the edittext, using a separate textview which is shown/hidden as the hint text Change-Id: Ib4cedeaed9291f972be2ee407c06f4944c983e27
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 f69fb2ea5..5cda8b86e 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. -->