diff options
author | Roman Birg <roman@cyngn.com> | 2016-01-19 16:38:02 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-01-25 14:19:19 -0800 |
commit | 1a99a4a44b776b033643197ac1bfa953875e517d (patch) | |
tree | dd46a30cf04cc1d98812e6d1bdd5b58e2846ce87 /packages/SystemUI/res/values | |
parent | 5a3c86f96b9f317993fefe8f1f68c155b5651d45 (diff) | |
download | frameworks_base-1a99a4a44b776b033643197ac1bfa953875e517d.zip frameworks_base-1a99a4a44b776b033643197ac1bfa953875e517d.tar.gz frameworks_base-1a99a4a44b776b033643197ac1bfa953875e517d.tar.bz2 |
SystemUI: handle when brightness slider is hidden
With this patch, the quick settings area should automatically expand and
make room for the tile trashcan/instruction area when the user has the
brightness slider hidden.
Also adds a scrollview to the QS Settings page to allow the list to grow
without impacting the height of the qs panel.
Ref: CYNGNOS-1644
Change-Id: I03f552ec28a978c4cad1e7e7a52648ec3d311a07
Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r-- | packages/SystemUI/res/values/cm_strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_strings.xml b/packages/SystemUI/res/values/cm_strings.xml index 40aca087..86b87e4 100644 --- a/packages/SystemUI/res/values/cm_strings.xml +++ b/packages/SystemUI/res/values/cm_strings.xml @@ -89,6 +89,7 @@ <string name="quick_settings_title_header">Header</string> <string name="quick_settings_title_tiles">Tiles</string> <string name="quick_settings_title_show_weather">Show weather</string> + <string name="quick_settings_title_show_brightness_slider">Show brightness slider</string> <string name="quick_settings_title_enlarge_first_row">Enlarge first row</string> <!-- Screen pinning dialog description (for devices without navbar) --> |