summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp-port
Commit message (Collapse)AuthorAgeFilesLines
* Update transient navigation confirmation logic.John Spurlock2013-08-131-20/+0
| | | | | | | | | | | | | | | | | | | | | | | Show the confirmation toast when hiding the transient navigation bar only the first time per app, per reboot. Hitting the power key while the transient nav is hidden is taken as a signal of possible user confusion, so reshow the prompt the next time. This requires the confirmation prompt to live in policy (not sysui). It arguably should have been here in the first place, since the transient bar state/policy was here, and sysui should not have not been able to fail to display the prompt correctly. Also take this opportunity to remove a hack wrt positioning the confirmation properly while the nav bar is transitioning. Toasts now support LAYOUT_HIDE_NAVIGATION if applied to the toast's view. Bug: 10246225 Change-Id: Ieb6355e4ca975c0758918a39e3c2ec13da81c7f4
* Introduce new transparent bars sysui flags.John Spurlock2013-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | Two new public sysui flags for views to request transparent bars: View.SYSTEM_UI_FLAG_TRANSPARENT_STATUS View.SYSTEM_UI_FLAG_TRANSPARENT_NAVIGATION This first change simply introduces the flags at the framework level, and makes the requisite layout tweaks to WM. As part of this change, expunge the term "hideybars" from the codebase. The flag to declare support for transient bars is called: View.SYSTEM_UI_FLAG_ALLOW_TRANSIENT Final visuals/transitions between opaque/transparent bars will be done as a subsequent change. Right now the transparent style is identical to the transient bars. Change-Id: I5ead9c5e7b77f212df5b2a5f6e770596cd2226f3
* Stabilize hideybar confirmation toast.John Spurlock2013-06-141-0/+20
| | | | | | | | | | Remove gravity workaround no longer needed after recent window manager layout fix. Also migrate instable code-based toast text calculation to use the resource system properly. Change-Id: Ifa380e387389ed9917336ad19dfde49f67a5fb10
* Improve recents on sw600dp devicesMichael Jurka2012-05-091-0/+21
| | | | | | | | | | | | | | 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
* Large-screen notification panel size + positioning.Daniel Sandler2012-05-032-53/+0
| | | | | | | | | | | | 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
* Use a different width for nav icons in sw600dp-port.Andrew Flynn2012-03-081-0/+6
| | | | Change-Id: I6c4024e9f60e14c072d7c01f29fabc89fc51dfb8
* Reduce the number of notification icons on narrow screens.satok2011-05-282-2/+27
| | | | | | | | | For devices with minimum width between 600 and 720 dp, show only 3 icons (and then, only in portrait). All other configurations will show 5. Bug: 4501374 Change-Id: I88168560fc2876c26cd3eb57f2db0b0cfe8b4fdd
* Move status bar icons to sw600.Joe Onorato2011-05-251-0/+22
Change-Id: Idb85252b30cca90704f1cfebb7abce522e21b8a3