summaryrefslogtreecommitdiffstats
path: root/res/layout-land
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-2/+6
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Changing folders to use CellLayoutsMichael Jurka2011-04-151-3/+12
| | | Change-Id: Ic80bece18855a4f5d2476c224ef66f035ac7c97b
* adding "Remove" and "Delete" text to delete buttonMichael Jurka2010-12-211-1/+1
| | | | | | - also removed some unused assets Change-Id: Iad42afd2f144de92d80fb89d892ab42b32811b69
* am 4dd45be8: am df99daa3: Fix bug 3126193 - over-scroll glow extends beyond ↵Adam Powell2010-11-082-30/+40
|\ | | | | | | | | | | | | folder bounds * commit '4dd45be8afa39c88781364933e819e8734732d17': Fix bug 3126193 - over-scroll glow extends beyond folder bounds
| * Fix bug 3126193 - over-scroll glow extends beyond folder boundsAdam Powell2010-11-082-30/+40
| | | | | | | | | | | | | | Fixed a layout problem in Launcher2 where lists and grids did not have proper containers. Change-Id: I683e42362345a9c9d18d957e84bb8522675fdfc6
* | fix two crashesMichael Jurka2010-09-141-1/+1
| | | | | | | | | | | | | | | | * fix crash where Workspace gets an ACTION_MOVE but didn't get the ACTION_DOWN before it * fix crash in DimmableBubbleTextView on non-xlarge devices (buganizer bug#3001211) Change-Id: I419b4a9fd3c95df9949f1d46746845ad2dc4b831
* | supporting swipable home screens on xlarge devicesMichael Jurka2010-09-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - icons and widgets on home screens can be "dimmed" - celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves - celllayout no longer always takes up full size of workspace, in landscape mode neighboring screens (celllayouts) are visible - on xlarge devices, in landscape mode side screens are "dimmed" - moved holographic outline helper to its own file - fixed bug where mini-screens were still able to scroll left/right Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d
* | Cleaning up grid size specification in LauncherAdam Cohen2010-08-042-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | This commit eliminates the notion of in-place rotations and a bunch of associated complexities (including the notion of canonical coordinates). Further, the number of x and y cells per workspace screen is now being stored in a single location in the XML definition of Workspace. This fixes a couple bugs where incorrect values were being used. Finally, eliminated the notion of "shortAxis" and "longAxis" in terms of padding and cell count. These have been translated to corresponding x and y axis values. Change-Id: I30cfed66f82d739355b3f01730b28b6c0437989c
* | Switched to tabbed version of AllApps2D on xlarge screens.Patrick Dubroy2010-07-261-1/+1
|/ | | | | | | | - add a temporary new zoom animation for all apps - modify AllApps2D to allow it to be transparent - other changes to dismiss the customization drawer when appropriate Change-Id: I5660ab77f256ded299c1721c589983a1b30d56a4
* Make 2D All Apps work better in landscape and on hdpi.Daniel Sandler2010-06-031-0/+63
| | | | | | | | | | | | | | | * Correct the density (or, rather, remove the density) of the icons in the cache to ensure they're drawn px-for-px. * Create a new landscape layout for 2DAA that aligns things properly (viz: Home icon at right, padding tuned, 6 columns). * Performance improvement: Make the app grid, icons, and home icon all opaque (by setting a black background) and move the home icon so it doesn't overlap the grid. Change-Id: I961323e9e39cb122cdc694853706e7fcdd10142f
* Increase hot rectangle of trash can.Daniel Sandler2010-04-281-2/+3
| | | | | | | | | The drop region is now 70dip^2. This means it invisibly overlaps nearby icons ever so slightly---not enough to prevent icons being properly dropped on the workspace. Bug: 2623734 Change-Id: I945160ef6bdfc0a4ac3cf9db57d440bad424dfc4
* Updated hotseat artwork.Daniel Sandler2010-04-281-2/+2
| | | | | | | Also closes the gap below the buttons (not visibly, but the hit rect now reaches the bottom of the screen). Bug: 2630273 Change-Id: I8e8de6b63f91b2fcf87c3af856003cc36dd6c096
* New Launcher feature: "hotseat" icons.Daniel Sandler2010-04-231-15/+41
| | | | | | | | | | | | | | | | | | | | The hotseats are permanent slots on either side of the AllApps button. Their functions are: LEFT/BOTTOM: Phone Launched via the hardcoded class name com.android.contacts/.ContactsLaunchActivity. RIGHT/TOP: Browser Launched by querying to see which application is the default for URLs, then starting that activity directly. In the future, it would be ideal to allow an application with permission to access LauncherProvider to customize these (icons, contentDescriptions, and Intents). Bug: 2559083 Change-Id: I56f6e745f8574aa17e28feaa9d2118fb4a715cd4
* Last minute hack to deliver touch events to widget in landscape mode.Romain Guy2010-04-051-2/+6
| | | | | | | | | | | | Bug #2562729 In landscape, the left and right dots buttons are 93dip wide; this makes them overlap with widgets at the bottom of the screen. The dots do not need to be that wide but we chose this size to make it easier to tap them in portrait. To avoid issues in landscape, this change introduces a new type of ImageView that can ignore touch events in a certain zone. This was easier and cheaper than re-cutting 36+ assets. Change-Id: Id261fba41a43dede943e72060e39e87658e4b0df
* fix 2554422 - Landscape workspace dots have stretched aspect ratioJoe Onorato2010-03-291-0/+2
| | | | Change-Id: I9f0ef8370bbf3e73f86dabf006372fc243f302b9
* Update launcher's namespace.Romain Guy2010-03-042-2/+2
|
* Introduce 2D All Apps and other support for sapphire-class devices.Daniel Sandler2010-03-031-11/+1
| | | | | | | | | | | | | | | | AllAppsView is now the 2D, GridView-based version (very similar to classic Launcher); AllApps3D is the RenderScript/Rollo implementation. TODO: - some mdpi assets are not in fact mdpi - related to above: static wallpapers not working yet - add dynamic selection of 2D/3D AA; currently you must choose one at build time by picking the appropriate class in all_apps.xml (see separate CL for sapphire overlay that does this) Change-Id: I253d98404ea8a329a4049d2e48edd2e5129fa6ba
* Don't do the haptic feedback on workspace items when they're not being ↵Joe Onorato2010-02-161-0/+1
| | | | | | picked up. related to bug 2309687
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-2/+2
| | | | | | | | | | | ShortcutInfo which is used for the workspace. Consolidate the three icon resampling functions into one. Ensure that the icons stored in LauncherProvider are the right size, so we don't have to resample them each time we load them.
* Clean up the workspace layout so it makes sense in landscape.Joe Onorato2010-02-022-4/+5
|
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-085-15/+15
| | | | Bug: #2361749.
* Updated assets for Home.Romain Guy2009-11-131-2/+2
| | | | Change-Id: I9aaf24d2ce0ef3333e969dcecd654459c80925ec
* Fix landscape layout.Romain Guy2009-11-091-0/+28
| | | | Change-Id: I0ef501a95708d487a975bb175c7038dee291efa4
* If 3 screens are good 5 will be betterMike Cleron2009-11-051-2/+5
|
* Launcher2 - remove unused resources and make it not crash in landscape.Joe Onorato2009-10-061-14/+21
| | | | Landscape still doesn't look good.
* Fix id collision in Home.Joe Onorato2009-09-212-4/+4
|
* Move the all apps view back into the window with the workspace.Joe Onorato2009-08-162-40/+1
|
* Enable live wallpaper in Launcher2Romain Guy2009-08-101-5/+0
|
* clean up rollo / launcher2Joe Onorato2009-08-071-2/+2
|
* Move rollo into the all apps view.Joe Onorato2009-08-061-1/+1
|
* Split the wallpaper into its own view (it will be its own surface some day).Joe Onorato2009-07-311-0/+5
|
* no texture for the all apps grid.Joe Onorato2009-07-311-2/+0
|
* Checkpoint launcher2 - all apps is in a 2nd window.Joe Onorato2009-07-314-42/+52
| | | | Lots is still broken.
* Launcher2 compiles.Joe Onorato2009-07-307-17/+17
|
* Adjust the padding in Home's all apps drawerRomain Guy2009-07-171-0/+2
|
* Fixes #1798818. Enable the appropriate cache color hint for folders to speed ↵Romain Guy2009-04-302-0/+2
| | | | up the scrolling.
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-0/+314
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-314/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-1/+1
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+1
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-6/+5
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-174-14/+92
|
* Initial ContributionThe Android Open Source Project2008-10-216-0/+237