summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorPeter Schiller <peterschiller@google.com>2016-07-13 14:04:13 -0700
committerPeter Schiller <peterschiller@google.com>2016-07-14 17:22:49 -0700
commita30b51ceb29e179caf7f441763ffeb6bfd336998 (patch)
tree6e5b92d450b15eaab1f13755be27aac85b8580da /res/values/config.xml
parentc9dec56c27c9ad53a64196bcfa38f77ec033d65c (diff)
downloadandroid_packages_apps_Trebuchet-a30b51ceb29e179caf7f441763ffeb6bfd336998.tar.gz
android_packages_apps_Trebuchet-a30b51ceb29e179caf7f441763ffeb6bfd336998.tar.bz2
android_packages_apps_Trebuchet-a30b51ceb29e179caf7f441763ffeb6bfd336998.zip
Adding stateful caret drawable
Change-Id: Iba30da09f882297f789c405f932fef10617bba89
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 47bfa30e1..a678958bb 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -57,6 +57,9 @@
<!-- The distance at which the animation should take the max duration -->
<integer name="config_dropAnimMaxDist">800</integer>
+ <!-- The duration of the caret animation -->
+ <integer name="config_caretAnimationDuration">200</integer>
+
<!-- Hotseat -->
<bool name="hotseat_transpose_layout_with_orientation">true</bool>