summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-11-18 20:10:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-18 20:10:05 +0000
commit6aa73cf2668e1d4b5b7534995dcc8891b4a7a279 (patch)
tree2c09610d5cfbd019b3a46cc16e1fd70e16489c29 /packages/SystemUI/res/values/dimens.xml
parentf95a9fe5372c5f8f80b578ad98d66e92a7cc8608 (diff)
parentc041d883c3591670441d4c2da8fd1108dfd28acd (diff)
downloadframeworks_base-6aa73cf2668e1d4b5b7534995dcc8891b4a7a279.zip
frameworks_base-6aa73cf2668e1d4b5b7534995dcc8891b4a7a279.tar.gz
frameworks_base-6aa73cf2668e1d4b5b7534995dcc8891b4a7a279.tar.bz2
Merge "Tweaking animation XMLs and removing dead code. (Bug 17672056, Bug 18415217)" into lmp-mr1-dev
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 3d9f723..1143553 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>