summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2015-06-17 16:43:38 -0700
committerAdrian Roos <roosa@google.com>2015-06-19 11:33:05 -0700
commit4f43dc042bf76ec6c3b340b2297dec7c4cdd9098 (patch)
tree871b6946c846090a5fc18f74867b554aff69868c /packages/SystemUI/res/values
parentcdca13c613d3a8c9c8d7f4c9c29f4cb47d1bdb8d (diff)
downloadframeworks_base-4f43dc042bf76ec6c3b340b2297dec7c4cdd9098.zip
frameworks_base-4f43dc042bf76ec6c3b340b2297dec7c4cdd9098.tar.gz
frameworks_base-4f43dc042bf76ec6c3b340b2297dec7c4cdd9098.tar.bz2
Assist disclosure
Add an animation that discloses delivery of contextual data to the assist component. Also fixes a bug where contextual data was delivered to legacy assist activities even though the user explicitly disabled context. Bug: 21568059 Change-Id: I27dfaa36e2f677b0d73acfa4730f0f4ea3486919
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/dimens.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 7af8b80..869b03a 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -578,4 +578,10 @@
<!-- Padding between icon and text for managed profile toast -->
<dimen name="managed_profile_toast_padding">4dp</dimen>
+
+ <!-- Thickness of the assist disclosure beams -->
+ <dimen name="assist_disclosure_thickness">4dp</dimen>
+
+ <!-- Thickness of the shadows of the assist disclosure beams -->
+ <dimen name="assist_disclosure_shadow_thickness">1.5dp</dimen>
</resources>