summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorWinson Chung <winson.chung@gmail.com>2014-07-31 18:36:25 -0700
committerWinson Chung <winsonc@google.com>2014-08-01 04:32:08 +0000
commit012ef36a6c5e9745d112c734aed916cab052558c (patch)
treecf8578a0aae30bd4a048ac64d5047156b3602afd /packages/SystemUI/res/values/dimens.xml
parent7c3a95633d307c4be30c9dbbf1071063aa7a3c64 (diff)
downloadframeworks_base-012ef36a6c5e9745d112c734aed916cab052558c.zip
frameworks_base-012ef36a6c5e9745d112c734aed916cab052558c.tar.gz
frameworks_base-012ef36a6c5e9745d112c734aed916cab052558c.tar.bz2
Updating the stack layout to use a parameterized curve.
- Fixing issue with search box not being layered on top of the task stack view (Bug 16643875) - Fixing issue with there being no animation when dismissing recents while the stack is scrolling. Change-Id: I990f3c527de655d62fbf8a4539dcbaed3ed422c8
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 32474c9..127bdbe 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -201,8 +201,8 @@
<!-- The min translation in the Z index for the last task. -->
<dimen name="recents_task_view_z_min">5dp</dimen>
- <!-- The translation in the Z index for each task above the last task. -->
- <dimen name="recents_task_view_z_increment">10dp</dimen>
+ <!-- The max translation in the Z index for the last task. -->
+ <dimen name="recents_task_view_z_max">65dp</dimen>
<!-- The amount to translate when animating the removal of a task. -->
<dimen name="recents_task_view_remove_anim_translation_x">100dp</dimen>