summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/config.xml
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-05-23 11:58:00 -0400
committerJohn Spurlock <jspurlock@google.com>2014-05-27 10:08:00 -0400
commit8600534df66c2ff5846ed230b50c56229322d48a (patch)
treedbd483a1171fc8cc1107e4cce0d3cc749f98748e /packages/SystemUI/res/values/config.xml
parent41b170d6066cb52bb3e396c608b01f2981b95e5d (diff)
downloadframeworks_base-8600534df66c2ff5846ed230b50c56229322d48a.zip
frameworks_base-8600534df66c2ff5846ed230b50c56229322d48a.tar.gz
frameworks_base-8600534df66c2ff5846ed230b50c56229322d48a.tar.bz2
VolumeZen: combine ringer/notification volume and zen.
- Implement a new volume panel widget, combining volume and zen mode + conditions. - Show zen mode + conditions when modifying ringer or notification streams. - Host the volume panel widget in a dialog when being controlled by the audio service / volume keys. - Remove support for multiple sliders in the volume panel. - Remove support for separate ringer + notification volumes in the volume panel. - Move volume panel resources up to SystemUI. - Create a new combined Notifications quick settings tile. - Host the volume panel widget in the quick settings panel under Notifications. - When the quick settings detail panel is visible, route the volume keys to the embedded widget instead of showing a redundant dialog. - Create common styles for quick settings text to be closer to spec. - Update the framework resources for the ringer stream. - Show the ringer icons in global actions. - Add "until you turn this off" back as a separate zen condition. - Disable time condition buttons when they are N/A. - Don't allow volume changes to set ringer mode silent. Bug:15186070 Change-Id: Id5e321dd1d5e7c4cf3917027ffbdf7e80d38b00d
Diffstat (limited to 'packages/SystemUI/res/values/config.xml')
-rw-r--r--packages/SystemUI/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index 0bd4f18..6405ae6 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -135,5 +135,8 @@
<!-- Defines the implementation of the velocity tracker to be used for the panel expansion. Can
be 'platform' or 'noisy' (i.e. for noisy touch screens). -->
<string name="velocity_tracker_impl" translatable="false">platform</string>
+
+ <!-- Wait on the touch feedback this long before performing an action. -->
+ <integer name="feedback_start_delay">300</integer>
</resources>