summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/config.xml
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-07-11 11:07:53 -0400
committerJohn Spurlock <jspurlock@google.com>2014-07-11 11:07:53 -0400
commit1dad272337db57d72d9158dc77f64798810f62e7 (patch)
tree5bdd9e2c506682fb69acc8ba19a3239305219ae8 /packages/SystemUI/res/values/config.xml
parentd05f67f9721e1f9194a1f57cf7481b4be65366b3 (diff)
downloadframeworks_base-1dad272337db57d72d9158dc77f64798810f62e7.zip
frameworks_base-1dad272337db57d72d9158dc77f64798810f62e7.tar.gz
frameworks_base-1dad272337db57d72d9158dc77f64798810f62e7.tar.bz2
Volume: delay dismissing panel when starting settings.
Bug:16211952 Change-Id: I067721d932076dafb35c6afd99583301acff9bea
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 5c7dc90..f8b04ae 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -157,5 +157,8 @@
<!-- Doze: should the significant motion sensor be used as a tease signal? -->
<bool name="doze_tease_on_significant_motion">true</bool>
+
+ <!-- Volume: time to delay dismissing the volume panel after a click is performed -->
+ <integer name="volume_panel_dismiss_delay">200</integer>
</resources>