OSDN Git Service

Some header layout cleanup and alignment
authorJason Monk <jmonk@google.com>
Tue, 27 Oct 2015 16:32:45 +0000 (12:32 -0400)
committerJason Monk <jmonk@google.com>
Tue, 27 Oct 2015 19:05:54 +0000 (19:05 +0000)
commitc133d26b3897811e9f567d787bff8eafb364f3e3
tree0ff4b64bcf382e87900048b883f92024a2b6b2dc
parentb1423ddee906333d1ac3ec46226cd210e7648e10
Some header layout cleanup and alignment

Change-Id: I3fec1708fb410f8f2f75af39b73646d97a39ff34
17 files changed:
packages/SystemUI/res/layout/quick_status_bar_expanded_header.xml
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/src/com/android/systemui/QSQuickTileView.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/qs/QSPanel.java
packages/SystemUI/src/com/android/systemui/qs/QSTile.java
packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/qs/QSTileView.java
packages/SystemUI/src/com/android/systemui/qs/QuickQSPanel.java
packages/SystemUI/src/com/android/systemui/qs/tiles/CellularTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/QAirplaneTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/QBluetoothTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/QFlashlightTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/QLockTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/QRotationLockTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/QWifiTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/WifiTile.java
packages/SystemUI/src/com/android/systemui/tuner/QsTuner.java