summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-07-03 15:54:42 -0700
committerWinson Chung <winsonc@google.com>2014-07-07 17:33:31 -0700
commitffa2ec664479bff6b4b61d4c349d9db2cb37ca16 (patch)
tree512f872a6317f7f4e90083a56a796fb1dca21d5e /packages/SystemUI/res/values/dimens.xml
parent95f621a1a4a0891075f1f9daf8e0323aab488793 (diff)
downloadframeworks_base-ffa2ec664479bff6b4b61d4c349d9db2cb37ca16.zip
frameworks_base-ffa2ec664479bff6b4b61d4c349d9db2cb37ca16.tar.gz
frameworks_base-ffa2ec664479bff6b4b61d4c349d9db2cb37ca16.tar.bz2
Refactoring to support groups.
- Removing RecentService, determining animations just in time - Fixing a few issues with animations of newly picked up tasks from the pool - Moving helper classes into sub package Change-Id: Ie10385d1f9ca79eea918b16932f56b60e2802304
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index dfb891d..f5c4bc3 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -202,9 +202,6 @@
<!-- The translation in the Z index for each task above the last task. -->
<dimen name="recents_task_view_z_increment">10dp</dimen>
- <!-- The amount of bottom inset in the shadow outline. -->
- <dimen name="recents_task_view_shadow_outline_bottom_inset">5dp</dimen>
-
<!-- The amount to translate when animating the removal of a task. -->
<dimen name="recents_task_view_remove_anim_translation_x">100dp</dimen>