summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix 6299832: Improvements to navbar's "swipe to search"Jim Miller2012-04-241-0/+43
| | | | | | | | This uses the new global search intent provided by SearchManager. It also fixes the layout on tablets. Change-Id: I9dd97785a454a4793aed7da1f5e260377f648354
* Update SystemUI for sw600dp devices.Daniel Sandler2012-04-215-193/+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
* Reducing height of scroll fade in Recents on phoneMichael Jurka2012-04-031-2/+4
| | | | Bug: 5149089 Change-Id: I163d3e9b888501999e812cff00d015bed36ca0d6
* Use a different width for nav icons in sw600dp-port.Andrew Flynn2012-03-081-0/+6
| | | | Change-Id: I6c4024e9f60e14c072d7c01f29fabc89fc51dfb8
* Remove day of week from phone notification panel.Daniel Sandler2011-11-151-0/+27
| | | | | | | | | It was added to the tablet, but was never intended for use on the phone, where it can cause the label to get too wide, preventing access to settings / clear-all. Bug: 5621955 Change-Id: Ic023391aa22d7ba3edd815f602afcb3357eb2501
* Updating recent apps visuals on tabletMichael Jurka2011-11-142-6/+9
| | | | | | | | | - getting rid of blue glow (5529032) - moving app icon position - show message if there are no recent apps (5533332) - fixing rare IllegalStateException on orientation change (5584344) Change-Id: I2210e584957869c8f02339e6841daf39364a9dad
* Asset updates for tablet notifications and layout fixes to quicksettingsPeter Ng2011-10-261-2/+2
| | | | | Bug: 5522957 Change-Id: I5c13fd3d05c3634ced0d703b2dae02e813b41725
* updating visuals of Recent AppsPeter Ng2011-09-011-13/+10
| | | | | | | | | | - 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
* Improve Recent Apps scrolling performanceMichael Jurka2011-08-311-0/+25
| | | | | | | | | | - 20fps improvement using software rendering - 10fps improvement using hardware rendering - in sw mode, rendering recents background in the recent items themselves and using a bitmap cache to draw individual items (gives perf gains for sw mode) - in sw and hw mode, no longer doing a fade on the recents scroll view (gives perf gains for hw mode) - instead we draw a black gradient where we would normally fade - fading recents & notifications immediately when swiped - removing unused code Change-Id: I908e2a25b89c9dfbf9b8c8f3810fa43064261b33
* Restore status icons to former size & opacity on tablets.Daniel Sandler2011-07-271-0/+3
| | | | | Bug: 5086130 Change-Id: Ie1d86f8d40882d0f8193a85295a5a45ce0fe53c5
* Smaller, darker notification icons.Daniel Sandler2011-07-271-0/+3
| | | | | | | | (Still need to attempt to mipmap them but this will do for now.) Bug: 4691635 Change-Id: I8793d6a453fcbe0c2ce30b6349e4e5ef3f1a6e56
* Port recent apps from tablet to phoneMichael Jurka2011-06-151-0/+36
| | | | | | | | - 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-151-1/+2
| | | | | Bug: 4595256 Change-Id: Idaa96393fb809c828b5f661f29e8b687fdf3d104
* Move status bar icons to sw600.Joe Onorato2011-05-252-0/+36
| | | | Change-Id: Idb85252b30cca90704f1cfebb7abce522e21b8a3
* Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUIJim Miller2011-05-201-0/+54
Change-Id: I79d4fe54c00ecb4c4a1ad614b94bb284b9ece5cc