summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-08-06 17:08:00 -0700
committerWinson Chung <winsonc@google.com>2014-08-07 17:57:25 +0000
commitec396d6399c5c31d697d81e94aff459e9771b0c6 (patch)
tree64dcf5b50fb9071079a2c7880a83863a370ba582 /packages/SystemUI/res/values/dimens.xml
parent256e1a62673472d685232d88ad4d067eb82deeac (diff)
downloadframeworks_base-ec396d6399c5c31d697d81e94aff459e9771b0c6.zip
frameworks_base-ec396d6399c5c31d697d81e94aff459e9771b0c6.tar.gz
frameworks_base-ec396d6399c5c31d697d81e94aff459e9771b0c6.tar.bz2
Initial changes to add task affiliation styling. (Bug 16656169)
- Fixing issue with launch-in-background animation
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 11a8063..4a4fa41 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -237,6 +237,9 @@
in dps over one second of time. -->
<dimen name="recents_animation_movement_in_dps_per_second">800dp</dimen>
+ <!-- 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>
+
<!-- Space reserved for the cards behind the top card in the top stack -->
<dimen name="top_stack_peek_amount">12dp</dimen>