summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-05-09 17:15:32 -0700
committerWinson Chung <winsonc@google.com>2014-05-09 17:15:32 -0700
commit54e297a5bb143e60e29fd7dfe87e04a8cc96c72c (patch)
tree002ef392d483674e8483f668a023c1041b88881a /packages/SystemUI/res/values/config.xml
parent4d1a434cbd1dbf03f568ecfc10b2f89affc00192 (diff)
downloadframeworks_base-54e297a5bb143e60e29fd7dfe87e04a8cc96c72c.zip
frameworks_base-54e297a5bb143e60e29fd7dfe87e04a8cc96c72c.tar.gz
frameworks_base-54e297a5bb143e60e29fd7dfe87e04a8cc96c72c.tar.bz2
Adding dismiss method on the top cards, and disabling the app info pane.
Diffstat (limited to 'packages/SystemUI/res/values/config.xml')
-rw-r--r--packages/SystemUI/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index c0376f0..21eb41c 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -119,7 +119,7 @@
<!-- The animation duration for animating in the info pane. -->
<integer name="recents_animate_task_view_info_pane_duration">150</integer>
<!-- The animation duration for animating the removal of a task view. -->
- <integer name="recents_animate_task_view_remove_duration">150</integer>
+ <integer name="recents_animate_task_view_remove_duration">250</integer>
<!-- The minimum alpha for the dim applied to cards that go deeper into the stack. -->
<integer name="recents_max_task_stack_view_dim">96</integer>
<!-- Transposes the search bar layout in landscape -->