summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable-sw600dp-mdpi
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code #7: Remove unused SysUI resourcesJorim Jaggi2015-01-071-0/+0
| | | | Change-Id: I6e338dee76063d7d200967bef0ed1122c2769d42
* Trim navigation bar buttonsAdrian Roos2014-11-1811-0/+0
| | | | | | | | Removes unnecessary transparent pixels from navigation bar assets, saving on-disk, java heap, and texture memory. Bug: 18412658 Bug: 10918599 Change-Id: I47ee92ed3a3eaf8d02be86f0b67a77f035a8fb43
* Updated set of geometric navigation bar icon assetsChristian Robertson2014-08-209-0/+0
| | | | | Bug: 15981688 Change-Id: Id56cafc17aaf86cd3ce1cc125197fa0ce86ab56b
* New geometric system bar iconsChristian Robertson2014-06-139-0/+0
| | | | Bug: 15599260 Change-Id: I37688f368ce22f1dc30119fe174ce701c7c147cc
* Material navigation bar.Dan Sandler2014-06-119-0/+0
| | | | | Bug: 15567777 Change-Id: I248eddca0e75df6ebf421913f12bfa488bb860ec
* Replace KeyButtonView's custom glow with Quantum RippleAdrian Roos2014-05-262-0/+0
| | | | | Bug: 15212514 Change-Id: Ia66bccd627c123f637d67076f78ab418c3f9e835
* Despotted back.John Spurlock2013-09-142-0/+0
| | | | | Bug:9795248 Change-Id: If46134afe7560b74ce7758f8dbe221dbe2872262
* SystemUI status bar/quick settings updates.John Spurlock2013-09-134-0/+0
| | | | | | | | | | | | | | | | | | | | | Status bar: - Update remaining mute/speakerphone icons. - Remove orange versions of wifi/signal icons. - Use only full versions of data type overlays. - Remove obsolete light versions of data type overlays. - Low battery color back to red. Quick settings: - Update to indicate problem (orange) status. - Update to new battery style. And a few remaining xx assets. Bug:10680149 Bug:10502089 Bug:10729729 Bug:10316062 Change-Id: Iccd936d90271e4ec5c48e688917225136e7d45aa
* Remove unreferenced assets from SystemUI.John Spurlock2013-08-271-0/+0
| | | | | Bug:10502089 Change-Id: I9c414ff88054a764ab56f70ae8a0c0c82c248be9
* Update system bar assets to new style.John Spurlock2013-08-2710-0/+0
| | | | | | | | | | | Update to new system bar assets (ic_*, stat_*). Update color resources driving style for battery meter + clock. Add new xxhdpi versions. Bug:10502089 Change-Id: Ic957ad9886fbb05ed0ca1765fb9e324bfd8ab609
* Remove obsolete sysbar icons and layouts.John Spurlock2013-08-221-0/+0
| | | | | | | | | 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
* Revert "Update Back softkey icon Bug: 6020915"Sascha Prueter2012-08-311-0/+0
| | | | | | This reverts commit 962daf9b1c4b12aff68a137472b6a7f4db123c65 Change-Id: If60099643336e35fe5bf7dcbf68a419bcd7ebae3
* Update Back softkey iconJustin Ho2012-08-211-0/+0
| | | | | | Bug: 6020915 Change-Id: I780f09bd1e99a10b2189ab253dd1a082118a385d
* Remove gradients from navbar glow highlights.Daniel Sandler2012-07-102-0/+0
| | | | | | | Should reduce unsightly banding. Bug: 6789484 Change-Id: I1bd552d571651ff614a867c2e52b8532b6e22749
* made the pressed state whiteRichard Ngo2012-06-202-0/+0
| | | | Change-Id: Ic30f6f9aa574731ff1ed52364262c0d9b795dca0
* Simpler background art for notification panels.Daniel Sandler2012-05-301-0/+0
| | | | | | Bug: 6515559 // banding due to gradient Bug: 6563738 // 9-patch self-overlap issues Change-Id: Iab180e4ad1e92e1c780d54fd609ad8989a07c775
* Updated disconnected rssi icons.Daniel Sandler2012-05-182-0/+0
| | | | | Bug: 6449811 Change-Id: Ic7a1c4f9f75971783f8f9e49f65fdc25f5c83649
* New null (disconnected) RSSI for wifi and mobile.Daniel Sandler2012-05-172-0/+0
| | | | | | | | On wifi-only devices we now show the null wifi RSSI if wifi is enabled but not connected. Bug: 6449811 Change-Id: Ib0cb11bcbef86d44ec633690806cff38796ffc3e
* More visual refresh in the phone notification panel.Daniel Sandler2012-05-091-0/+0
| | | | | Bug: 6418617 Change-Id: Iae9b02084989fad3ec8bb8c88a84c0ec96fc4f22
* Remove unneeded sw600dp assets; clean up the needed ones.Daniel Sandler2012-04-2319-0/+0
| | | | | | | These are still FPO, but now they've all been downscaled from xhdpi. Change-Id: I02371ea8b9e449fd0f024d034ee0f9f802fda32d
* Expand hit rectangles of main navigation buttons.Daniel Sandler2012-04-2319-0/+0
| | | | | | | | | | | | There's now no dead space between them. Also, increase the visual size of the nav icons by 30% (just a quick resample of the current artwork, to be replaced by custom-drawn graphics at 130%). The background glow looks kind of comical right now. Bug: 6381833 Change-Id: I03ef0ea64a9e953f9f2b29cc03097d250ff52134
* Update SystemUI for sw600dp devices.Daniel Sandler2012-04-2168-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
* New out-of-service RSSI.Daniel Sandler2012-01-2011-0/+0
| | | | | | | | | | This creates (well, restores, since we had this until Honeycomb) a user-visible state for "no service" that is distinguishable from "very very weak service" (less than one bar). Bug: 5775939 Change-Id: Idd08b1a9411d5d94e4d7a97fa7f3ffd92b8113a6
* Making quicksettings opaque againPeter Ng2011-11-082-0/+0
| | | | | Bug:5522957 Change-Id: I27e9e78f4e706333f9a363b3d97ae6f602321173
* Asset updates for tablet notifications and layout fixes to quicksettingsPeter Ng2011-10-263-0/+0
| | | | | Bug: 5522957 Change-Id: I5c13fd3d05c3634ced0d703b2dae02e813b41725
* Integrating updated system bar assetsJustin Ho2011-10-106-0/+0
| | | | | | Bug: 5353986 Change-Id: I2056cc1c69ca2843ff38d00282e777cad5b36bea
* Updated Status bar iconsJustin Ho2011-09-1957-0/+0
| | | | | | Bug: 5297795 Change-Id: Ie99288166e4680fff0e3369201aec72d498d8992
* updating visuals of Recent AppsPeter Ng2011-09-014-0/+0
| | | | | | | | | | - replacing background PNGs with 9 patches - removing border around thumbnails by default - when swiping thumbnails, draw a border around them - fix callout line length - make recents window smaller on tablets - deleting unused assets Change-Id: If5bb1ba0d55a6d10e36ee14274c23596f0ba73b9
* New alarm clock for Phone stat_sys areaJustin Ho2011-08-261-0/+0
| | | | Change-Id: I7eae1f87afdd92f7979ab03db9f96273edaf7a72
* Unused assets removed from SystemUIJustin Ho2011-08-181-0/+0
| | | | Change-Id: Ic53d604ad3bbd46063faa3f006f412483e525361
* New RSSI cluster in status bar.Christian Robertson2011-08-1294-0/+0
| | | | Bug: 5147463
* Port recent apps from tablet to phoneMichael Jurka2011-06-151-0/+0
| | | | | | | | - wire up to long press on home - remove unused recents activity - remove duplicate recents resources in -large directories (using -sw600dp instead) - fix issue with zoom/scale translation when recents was brought up Change-Id: I45538ccaff49b46ac3659c4828f9e2b0cd075241
* Final UI for compatibility mode.Daniel Sandler2011-06-154-0/+0
| | | | | Bug: 4595256 Change-Id: Idaa96393fb809c828b5f661f29e8b687fdf3d104
* DO NOT MERGE. Experimental compatibility mode UI.Daniel Sandler2011-06-072-0/+0
| | | | | | | | ♫ Just another button, for you and me, in the status bar. ♫ (cherry picked from commit 45c0401a0647a5fdc5f37168463c14ad57c5644b) Change-Id: Ib35d136deadf16f693003b61ea6cfee411f4aa3d
* Move status bar icons to sw600.Joe Onorato2011-05-2555-0/+0
Change-Id: Idb85252b30cca90704f1cfebb7abce522e21b8a3