summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-07-01 23:34:41 +0200
committerJorim Jaggi <jjaggi@google.com>2014-07-03 17:24:24 +0200
commit30c305ce6283ce1380ad91ef0d221696b32d5a6b (patch)
tree9c4f996662240bd21dd796a8375e51d628060035 /packages/SystemUI/res/values/dimens.xml
parentea9bdd7c5009802c0680d3c8d6a36ab7eb35a329 (diff)
downloadframeworks_base-30c305ce6283ce1380ad91ef0d221696b32d5a6b.zip
frameworks_base-30c305ce6283ce1380ad91ef0d221696b32d5a6b.tar.gz
frameworks_base-30c305ce6283ce1380ad91ef0d221696b32d5a6b.tar.bz2
Implement nice motion for collapsing panel while QS open
Also remove the delay for actions which close the panel. Delaying is no longer necessary as you still see the touch feedback when the panel is closed. Change-Id: I0dffae6998fc41b1590cb182667323f40be3a7d5
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 dc9d4e7..bdbedad 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -248,9 +248,6 @@
<!-- The height of the speed bump view. -->
<dimen name="speed_bump_height">16dp</dimen>
- <!-- The total height of the stack in its collapsed size (i.e. when quick settings is open) -->
- <dimen name="collapsed_stack_height">94dp</dimen>
-
<!-- Width of the zen mode interstitial dialog. -->
<dimen name="zen_mode_dialog_width">320dp</dimen>