summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
Commit message (Collapse)AuthorAgeFilesLines
* Fix 6665117: ACTION_ASSIST visual improvementsJim Miller2012-06-151-1/+1
| | | | | | | | - add generic icon for search providers that don't supply one - change alpha weighting factor for glow - don't show ring background Change-Id: I86c86dc2d623c25ec7b91e206fac8ad9cd60faac
* Fix 6613962: Update keyguard to use new GlowPadView UX design.Jim Miller2012-06-121-0/+3
| | | | Change-Id: I4f1ef3107e5550f7df9dcb412943a84b66432b7d
* Merge "Fix 6398209: Increase outer ring size for search gesture on 600dp ↵Jim Miller2012-05-171-2/+2
|\ | | | | | | device" into jb-dev
| * Fix 6398209: Increase outer ring size for search gesture on 600dp deviceJim Miller2012-05-171-2/+2
| | | | | | | | Change-Id: I75d136535148af21bc4e7f3f39803d22496d6fc5
* | Black out the status bar when the shade comes down.Daniel Sandler2012-05-171-3/+0
|/ | | | | | | | | | Also move the shade up and forward to overlap the (now empty) status bar. As a side effect, DISABLE_SYSTEM_INFO now works for phones. Bug: 6418617 Change-Id: I3b129e4bb26d3aba55403bf03baf8f4c8ad0ff46
* Fix 6486099: Fix clipping issues with MultiWaveView on phone/tabletJim Miller2012-05-121-3/+0
| | | | | | | | | | | | | This fixes a problem where the bounds of the view weren't being calculated properly when a separate outer radius was specified. The code now takes the maximum of the ring drawable's width/height and that specified in the resource files. This gives it the best default look on all devices while still allowing minor tweaks. Change-Id: I5daa40ff4f14653c8cc89b39102816afb976e4f7
* Improve recents on sw600dp devicesMichael Jurka2012-05-091-0/+3
| | | | | | | | | | | | | | Bug: 6405276 - Make thumbnails bigger - Make thumbnails higher-res - In landscape, start the thumbnails on the right - Fix issue where you'd sometimes see "No recent apps" flash before the thumbnails appeared - Fix issue where the first time recents was run you'd see double the amount of thumbnails Change-Id: I878caf57a955cb6a0c1b4f0a72b5b993609047f2
* More visual refresh in the phone notification panel.Daniel Sandler2012-05-091-2/+5
| | | | | Bug: 6418617 Change-Id: Iae9b02084989fad3ec8bb8c88a84c0ec96fc4f22
* Fix 6397736: Swipe up to search layout fixesJim Miller2012-05-061-2/+12
| | | | | | | | | | | | This fixes several layout issues on phones and tablets with MultiWaveView. It adds a new background scrim to be shown behind the MultiWaveView on the navigation bar. MultiWaveView is updated to handle gravity constraints which makes layouts much more flexible across devices. Change-Id: I64068f4eaa81ef6c464247049117d53432fcacbd
* Large-screen notification panel size + positioning.Daniel Sandler2012-05-031-0/+29
| | | | | | | | | | | | On sw600 devices we show the notification panel in a smaller rectangle, centered in portrait and left-aligned in landscape. Also remove a bunch of -large resources that shouldn't be used anymore. Bug: 6297838 Change-Id: I8ed3445ccb7df16e30870a4322d89786467c54df
* 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