diff options
author | John Spurlock <jspurlock@google.com> | 2014-11-08 12:40:19 -0500 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-11-10 08:32:23 -0500 |
commit | bb4a702e6fe44cb026097db13492f8345b38ee97 (patch) | |
tree | bd39584ed56730b3543a6d5ddd8a036a99d8391d /packages/SystemUI/res/values/config.xml | |
parent | aed8e76172477c884ec7bef659f050d0817efb7d (diff) | |
download | frameworks_base-bb4a702e6fe44cb026097db13492f8345b38ee97.zip frameworks_base-bb4a702e6fe44cb026097db13492f8345b38ee97.tar.gz frameworks_base-bb4a702e6fe44cb026097db13492f8345b38ee97.tar.bz2 |
Volume dialog: Add zen mode icons and notification access.
- Add icon above text to all three zen mode states, update text style.
- Remove zentoast.
- Update shared borderless rect background, masks now support shapes.
- Update size of volume stream icons.
- Ensure all volume icons are expressions of white.
- Make volume icons testable via new demo mode command.
- Add a divider + secondary icon to access the notification slider.
- Animate the transition when accessing notification slider.
Bug: 18206097
Bug: 16303068
Bug: 18102850
Change-Id: I5eb6f820dc317e89be272cc78f6c80ed969ad5e9
Diffstat (limited to 'packages/SystemUI/res/values/config.xml')
-rw-r--r-- | packages/SystemUI/res/values/config.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 4da54e3..3cd72fc 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -250,12 +250,6 @@ <!-- Number of times to show the strong alarm warning text in the volume dialog --> <integer name="zen_mode_alarm_warning_threshold">5</integer> - <!-- Zen toast fade in/out duration --> - <integer name="zen_toast_animation_duration">500</integer> - - <!-- Zen toast visibility duration --> - <integer name="zen_toast_visible_duration">500</integer> - <!-- Enable the default volume dialog --> <bool name="enable_volume_ui">true</bool> </resources> |