OSDN Git Service

QS: Remove circles and add lines
authorJason Monk <jmonk@google.com>
Wed, 1 Feb 2017 22:18:22 +0000 (17:18 -0500)
committerJason Monk <jmonk@google.com>
Wed, 1 Feb 2017 22:22:51 +0000 (17:22 -0500)
commit2db461915397e397ddcd9751787c7314d25fb84c
tree6d8ea8c7a1d5298d9c997572b3dcf2b74e154eff
parent7985f418714bffdde43e04211130835b050f06bf
QS: Remove circles and add lines

 - Remove circles from icons.
 - Add lines to indicate tiles with dual tap targets.
 - Change default order

Test: visual
Change-Id: I1eb02641757a76ddf3e3876182f7b2503161bc9e
12 files changed:
packages/SystemUI/res/layout/divider.xml [new file with mode: 0644]
packages/SystemUI/res/values/config.xml
packages/SystemUI/src/com/android/systemui/qs/QSAnimator.java
packages/SystemUI/src/com/android/systemui/qs/QSTile.java
packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java
packages/SystemUI/src/com/android/systemui/qs/QSTileView.java
packages/SystemUI/src/com/android/systemui/qs/tiles/BatteryTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/CastTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/CellularTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/DndTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/WifiTile.java