Status bar size tweaks

++1dp for Data saver and Hotspot
--1dp for Total silence
>>1dp for Battery lightning bolt

Also implemented keyword "powersave" for `dispatchDemoCommand()` in
BatteryControllerImpl

Test: visual
Bug: 37013523
Change-Id: I027fd18aadeef5c49826c37db9f681c14175a3aa
This commit is contained in:
Evan Laird
2017-05-30 15:03:29 -04:00
parent 98485fc810
commit 706d9684af
6 changed files with 26 additions and 19 deletions

View File

@@ -29,6 +29,7 @@ Command | Subcommand | Argument | Description
```battery``` | | | Control the battery display
| ```level``` | | Sets the battery level (0 - 100)
| ```plugged``` | | Sets charging state (```true```, ```false```)
| ```powersave``` | | Sets power save mode (```true```, ```anything else```)
```network``` | | | Control the RSSI display
| ```airplane``` | | ```show``` to show icon, any other value to hide
| ```fully``` | | Sets MCS state to fully connected (```true```, ```false```)