summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTony <twickham@google.com>2018-08-15 14:02:56 -0700
committerTony <twickham@google.com>2018-08-15 15:22:28 -0700
commit977690e931d1f58715713add88172a8c44bea960 (patch)
tree0cfdb5ba33da1f9440adeba7b3016790aad212f5 /res
parent9e26e26f0057b5c19248238ff869aba2930b7f56 (diff)
downloadandroid_packages_apps_Trebuchet-977690e931d1f58715713add88172a8c44bea960.tar.gz
android_packages_apps_Trebuchet-977690e931d1f58715713add88172a8c44bea960.tar.bz2
android_packages_apps_Trebuchet-977690e931d1f58715713add88172a8c44bea960.zip
Make arrow feel more connected to popup
- Clip the arrow that is overlapped by the popup, so that it doesn't show when that part of the popup is highlighted - Animate the arrow first instead of last. Now the animation feels like one continuous motion as the arrow grows into the popup. Bug: 111159923 Bug: 111006276 Change-Id: I22fb3037d950d55fe6c8ed4dc5345279874f0a3a
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 8d31bd271..2a6b25cfc 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -122,7 +122,7 @@
<!-- Popup items -->
<integer name="config_popupOpenCloseDuration">150</integer>
- <integer name="config_popupArrowOpenDuration">80</integer>
+ <integer name="config_popupArrowOpenCloseDuration">40</integer>
<integer name="config_removeNotificationViewDuration">300</integer>
<!-- Accessibility actions -->