summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorTony <twickham@google.com>2017-05-10 13:05:32 -0500
committerTony <twickham@google.com>2017-05-31 15:11:43 -0700
commitacaf5b3a37af11b40166c10e856175bb96cb1476 (patch)
treeb2e91e84ecad5863266da8dea058eea56779b037 /res/values/config.xml
parentd5645d406bf50bd9c8004a597e29908b26d09925 (diff)
downloadandroid_packages_apps_Trebuchet-acaf5b3a37af11b40166c10e856175bb96cb1476.tar.gz
android_packages_apps_Trebuchet-acaf5b3a37af11b40166c10e856175bb96cb1476.tar.bz2
android_packages_apps_Trebuchet-acaf5b3a37af11b40166c10e856175bb96cb1476.zip
Remove gap between popup items
- Unround interior corners - Update colors (shortcuts are gray when next to notifications, notifications always white) - Clean up animation to animate entire popup with simple reveal instead of individual items animating with reveal and icon scale Bug: 35766387 Bug: 36110804 Change-Id: I33685d53e2db3904731676123dc230be4dabb5d4
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 9b7c795cc..6df556b8d 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -124,11 +124,8 @@
<item type="id" name="preview_image_id" />
<!-- Popup items -->
- <integer name="config_deepShortcutOpenDuration">220</integer>
- <integer name="config_deepShortcutArrowOpenDuration">80</integer>
- <integer name="config_deepShortcutOpenStagger">40</integer>
- <integer name="config_deepShortcutCloseDuration">150</integer>
- <integer name="config_deepShortcutCloseStagger">20</integer>
+ <integer name="config_popupOpenCloseDuration">220</integer>
+ <integer name="config_popupArrowOpenDuration">80</integer>
<integer name="config_removeNotificationViewDuration">300</integer>
<!-- Accessibility actions -->