summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* New folder visualization, renaming, staggering reorderAdam Cohen2011-06-211-0/+9
| | | | Change-Id: I62963d225e6ea5d2ec9d8ebc8a6d73099f5d6c7f
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-0/+4
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Adding padding to widgets on large devicesAdam Cohen2011-05-311-0/+6
| | | | Change-Id: Ib1d75687deb26008c1010ca10deb9ea3c374e8a5
* Adding QSBWinson Chung2011-05-261-0/+7
| | | | | | - Also changing AppsCustomize bg to black. Change-Id: Iadd1a34dda56b02191e00502714296a1a3c8ee88
* Shrink-wrapped foldersAdam Cohen2011-05-161-0/+4
| | | | Change-Id: Ida1b5d0bd4d39eabfde9f8a5bee0d4b6e9b33627
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-9/+27
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Fixing drag icon location on non-xlarge devicesAdam Cohen2011-03-281-0/+5
| | | | Change-Id: I7897f67e145818866a51c6a50d4d3e59674b08b4
* Adjusting wallpaper picker to match specAdam Cohen2011-01-051-4/+0
| | | | Change-Id: I004f15119648b9435bd73a400bd0193962e9569f
* Updating the Static Wallpaper picker for TabletAdam Lesinski2010-11-241-0/+4
| | | | | | | | | | | | - Updated WallpaperChooser to use FragmentDialogs - Backwards compatible with old WallpaperChooser UI on non XLarge screens - There is a known bug with AlertDialogs (b/3225529) that prevents an AlertDialog to expand to fit its content. The squishing of the GridView is caused by that bug. Change-Id: I49381aab4aa24362e8c92da284797fce0e63823c
* Using hdpi icons in LauncherMichael Jurka2010-11-011-0/+3
| | | | Known issue: Default activity icon is still showing up as small
* the scroll drag area was too small, and should have come from a resource anyway.Joe Onorato2010-09-301-0/+4
| | | | Change-Id: I11111aff767e21a2582c5c368b5d9ff1ac8f9cd7
* Fix incorrect offset in drag feedback, and other minor stuff.Patrick Dubroy2010-08-041-7/+0
| | | | - moved some dimens to -xlarge - enlarge AllApps so that it's not clipped
* Improved support for workspace screen thumbnailsMichael Jurka2010-07-281-0/+3
| | | | | | | - Shrinking workspace view in All Apps - Added vertical margin for workspace screen thumnbnails - Fixed bugs in a few of the Launcher state transitions (e.g. customization to all apps) Change-Id: I9ad1c8861585d78fdb2e3bc986a614526b3cfe5f
* Home screen now shrinks while customizingMichael Jurka2010-07-271-0/+4
| | | | | | | - added a shrink/fade animation on home screen when going into customization mode - made items in the customization drawer larger Change-Id: Iddbaf14aa5b1504fe94966971a1ab95c00f24331
* Make 2D All Apps work better in landscape and on hdpi.Daniel Sandler2010-06-031-0/+4
| | | | | | | | | | | | | | | * 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-0/+6
| | | | | | | | | 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
* New Launcher feature: "hotseat" icons.Daniel Sandler2010-04-231-0/+10
| | | | | | | | | | | | | | | | | | | | 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
* Fix texture generation issue on Home.Romain Guy2010-02-041-2/+1
|
* Get rid of the built-in search widget in Launcher2Bjorn Bringert2009-12-091-1/+0
| | | | | | Uses the widget from packages/apps/QuickSearchBox instead. Change-Id: I85d64defe155c0cad97fafef6a3db62c6cab504a
* Add the all apps button.Joe Onorato2009-08-311-0/+1
|
* Add gestures to Home.Romain Guy2009-06-101-0/+2
| | | | Press the Home key while in Home to enable the gestures pad.
* AI 143908: am: CL 143907 Make search widget drop-down wider.Jeffrey Sharkey2009-03-311-0/+19
Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143908