diff options
| author | 2019-04-18 09:21:15 -0700 | |
|---|---|---|
| committer | 2019-04-18 09:21:15 -0700 | |
| commit | 4fc7153e65b76c0072f215bc12ca5140b95068c3 (patch) | |
| tree | 705ac23d24eb15984ab8f4c971452606feeb40e9 | |
| parent | db44ba1e85fbba8ad9628d48af6948fb3757c0d9 (diff) | |
Move dark theme tile to the right
Test: visual
Bug: 130253100
Change-Id: I833fbd13624b93c5b2318b19a30a270941d9bcae
| -rw-r--r-- | packages/SystemUI/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index e02be38d32e9..d6906f3988cd 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -114,7 +114,7 @@ <!-- Tiles native to System UI. Order should match "quick_settings_tiles_default" --> <string name="quick_settings_tiles_stock" translatable="false"> - wifi,cell,battery,dnd,flashlight,rotation,bt,airplane,location,hotspot,inversion,dark,saver,work,cast,night + wifi,cell,battery,dnd,flashlight,rotation,bt,airplane,location,hotspot,inversion,saver,dark,work,cast,night </string> <!-- The tiles to display in QuickSettings --> |