summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-10-16 17:43:23 -0700
committerWinson Chung <winsonc@google.com>2014-10-23 18:33:54 -0700
commit353c0b91daa97fa87f077be0f403fe7db8dedb40 (patch)
tree2621e77391f3f03557c2d284cb2f51c19333f2b8 /packages/SystemUI/res/values/dimens.xml
parenta9a550dd8e87b33979670cf856838ba227500547 (diff)
downloadframeworks_base-353c0b91daa97fa87f077be0f403fe7db8dedb40.zip
frameworks_base-353c0b91daa97fa87f077be0f403fe7db8dedb40.tar.gz
frameworks_base-353c0b91daa97fa87f077be0f403fe7db8dedb40.tar.bz2
Should use Activity.onEnterAnimationComplete. (Bug 18031283)
- Additional code cleanup for previous performance CLs Change-Id: I41c9be9b1541d0717e32732823f5bb0bedcf818f
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index c478071..5137227 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -239,7 +239,7 @@
<dimen name="recents_search_bar_space_height">64dp</dimen>
<!-- The side padding for the task stack as a percentage of the width. -->
- <item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.04444</item>
+ <item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.03333</item>
<!-- The overscroll percentage allowed on the stack. -->
<item name="recents_stack_overscroll_percentage" format="float" type="dimen">0.0875</item>