summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/config.xml
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-08-10 18:04:16 -0400
committerJohn Spurlock <jspurlock@google.com>2014-08-11 10:19:21 -0400
commitbceed060f0090a4f86418c4515128d5ec8ebdd4a (patch)
treee772b34120b40d046a370aa9fb9c3e253011c131 /packages/SystemUI/res/values/config.xml
parent88992bc90c874eb0eb159b3ea37659a8b83bbee0 (diff)
downloadframeworks_base-bceed060f0090a4f86418c4515128d5ec8ebdd4a.zip
frameworks_base-bceed060f0090a4f86418c4515128d5ec8ebdd4a.tar.gz
frameworks_base-bceed060f0090a4f86418c4515128d5ec8ebdd4a.tar.bz2
QS: Fix some QS layout issues.
- Make the tile list configurable for testing. - Support an external tile backed by a sticky broadcast intent. - Ensure tiles clean up properly when no longer needed. Bug:16818269 Bug:16822505 Change-Id: Ie24f878aae0d19c7f1feca4c519d10667023bef3
Diffstat (limited to 'packages/SystemUI/res/values/config.xml')
-rw-r--r--packages/SystemUI/res/values/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index 3ba4eb8..3d712b7 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -90,6 +90,14 @@
<!-- The number of columns that the top level tiles span in the QuickSettings -->
<integer name="quick_settings_user_time_settings_tile_span">1</integer>
+ <!-- The default tiles to display in QuickSettings -->
+ <string name="quick_settings_tiles_default" translatable="false">
+ wifi,bt,inversion,cell,airplane,rotation,flashlight,location,cast
+ </string>
+
+ <!-- The tiles to display in QuickSettings -->
+ <string name="quick_settings_tiles" translatable="false">default</string>
+
<!-- Whether or not the RSSI tile is capitalized or not. -->
<bool name="quick_settings_rssi_tile_capitalization">true</bool>