| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug:10502089
Change-Id: I813244c4d5535256a56b242b92e6373edbbaba93
|
|
|
|
|
| |
Bug:10502089
Change-Id: I9c414ff88054a764ab56f70ae8a0c0c82c248be9
|
|
|
|
|
|
|
|
|
| |
Remove icons no longer referenced in source or layout files.
Some icons are referenced in obsolete layouts, remove those
as well.
Bug:10344949
Change-Id: Ifc2e4c01534499b687cebd3e32db61e9c7a92e4a
|
|
|
|
| |
Change-Id: Ie76aa4bdfd76e4a0ffb3949424ab28ef86ec54a1
|
|
|
|
|
| |
Bug: 6546070
Change-Id: I933883857747931388026e0beefcf092a00d531a
|
|
|
|
|
|
| |
Bug: 6515559 // banding due to gradient
Bug: 6563738 // 9-patch self-overlap issues
Change-Id: Iab180e4ad1e92e1c780d54fd609ad8989a07c775
|
|
|
|
|
| |
Bug: 6449811
Change-Id: Ic7a1c4f9f75971783f8f9e49f65fdc25f5c83649
|
|
|
|
|
| |
Bug: 6418617
Change-Id: Iae9b02084989fad3ec8bb8c88a84c0ec96fc4f22
|
|
Devices between 600 and 719dp will now use the two-bar
(phone) SystemUI layout, or something like it, derived from
PhoneStatusBar. Devices above 720dp will use the system bar
from TabletStatusBar.
However, this distinction is not to be made based on dp, at
least, not by the SystemUI; the goal is to drive most of
this switch from the window manager. Therefore most of
SystemUI's sw600dp resources have been folded into the main
set of resources (renaming them to avoid collisions where
appropriate). This allows SystemUI to choose which set of
resources to use entirely by switching status bar
components, entirely independent of Configuration.
(For some resources, particularly around recents, it seemed
more expeditious to keep relying on the device
configuration, so those resources have been bumped up to
sw720dp.)
Bug: 6297838
Change-Id: I3f5414a6a718bdc83f51930d6878cdf97df48c9c
|