summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing the old dot.dot.dot page indicators at the bottom.Winson Chung2011-06-231-34/+0
| | | | Change-Id: Ia501329223c5e80634b1f9e3f13ceac378217491
* Adding signposting to Phone UI in Workspace/AppsCustomize.Winson Chung2011-06-141-0/+9
| | | | Change-Id: Id63f247745a5ec1a63bbaff84602e4c91354f789
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-1/+0
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Adding drag target bar.Winson Chung2011-06-011-14/+0
| | | | Change-Id: Ia00ed30264ea5f1d3c919111d15588ef441bfe20
* Adding QSBWinson Chung2011-05-261-0/+6
| | | | | | - Also changing AppsCustomize bg to black. Change-Id: Iadd1a34dda56b02191e00502714296a1a3c8ee88
* Adding keyboard focus support for phones.Winson Chung2011-05-091-21/+9
| | | | Change-Id: I2daab961d0727bc5d892db6b50ad0f51fe23873c
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-2/+6
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* adding "Remove" and "Delete" text to delete buttonMichael Jurka2010-12-211-1/+1
| | | | | | - also removed some unused assets Change-Id: Iad42afd2f144de92d80fb89d892ab42b32811b69
* Cleaning up grid size specification in LauncherAdam Cohen2010-08-041-2/+4
| | | | | | | | | | | | 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
* 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-041-1/+1
|
* 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
* Clean up the workspace layout so it makes sense in landscape.Joe Onorato2010-02-021-2/+3
|
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-8/+8
| | | | 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.
* Move the all apps view back into the window with the workspace.Joe Onorato2009-08-161-1/+1
|
* Enable live wallpaper in Launcher2Romain Guy2009-08-101-5/+0
|
* Split the wallpaper into its own view (it will be its own surface some day).Joe Onorato2009-07-311-0/+5
|
* Checkpoint launcher2 - all apps is in a 2nd window.Joe Onorato2009-07-311-40/+9
| | | | Lots is still broken.
* Launcher2 compiles.Joe Onorato2009-07-301-8/+8
|
* 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-031-0/+100
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-100/+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-171-11/+17
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+95