summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-11-14 17:34:03 -0800
committerWinson Chung <winsonc@google.com>2014-11-17 17:55:28 -0800
commitc041d883c3591670441d4c2da8fd1108dfd28acd (patch)
tree5e3a1ef2d33c40ec86cc080b9b3902196559e53c /packages/SystemUI/res/values/dimens.xml
parent99253d001f835a8d23c337b8dfd6a6cbc6d7a740 (diff)
downloadframeworks_base-c041d883c3591670441d4c2da8fd1108dfd28acd.zip
frameworks_base-c041d883c3591670441d4c2da8fd1108dfd28acd.tar.gz
frameworks_base-c041d883c3591670441d4c2da8fd1108dfd28acd.tar.bz2
Tweaking animation XMLs and removing dead code. (Bug 17672056, Bug 18415217)
- Use shape drawable for pin background instead of asset. - Includes fix for scrolling regression when task stack scroller was not reset. Change-Id: I11eec1f3b0386b4354c8c5e3deca2b17cff83be1
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 5caa866..fdd0186 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -226,9 +226,6 @@
<!-- The amount of highlight to make on each task view. -->
<dimen name="recents_task_view_highlight">1.5dp</dimen>
- <!-- The height of the lock-to-app button. -->
- <dimen name="recents_task_view_lock_to_app_button_height">48dp</dimen>
-
<!-- The amount to offset when animating into an affiliate group. -->
<dimen name="recents_task_view_affiliate_group_enter_offset">64dp</dimen>
@@ -257,6 +254,12 @@
<!-- The min alpha to apply to a task affiliation group color. -->
<item name="recents_task_affiliation_color_min_alpha_percentage" format="float" type="dimen">0.6</item>
+ <!-- The size of the lock-to-app button. -->
+ <dimen name="recents_lock_to_app_size">56dp</dimen>
+
+ <!-- The size of the lock-to-app button icon. -->
+ <dimen name="recents_lock_to_app_icon_size">28dp</dimen>
+
<!-- Space reserved for the cards behind the top card in the top stack -->
<dimen name="top_stack_peek_amount">12dp</dimen>