summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
Commit message (Collapse)AuthorAgeFilesLines
* Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-021-1/+1
|
* Tweaking folder cling to support large folders.Winson Chung2013-09-261-1/+1
| | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* Launcher changes to support custom cling hints.Winson Chung2013-09-241-0/+2
| | | | Change-Id: Ic381f43b96fb15a7a485b139635795e89564cc3b
* Getting the Overview Mode to look up to specAdam Cohen2013-09-221-0/+1
| | | | | | | | -> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
* New folder look / assetsAdam Cohen2013-09-201-0/+1
| | | | | | | -> Restricting the number of items in folders to prevent scrolling (excess items deleted) Change-Id: I4af2590cd5ea7677c875c031f84d4d5bcca3e6e9
* Add live wallpapers and third-party pickers to bottom stripMichael Jurka2013-09-201-0/+1
| | | | | | Bug: 10742727 Bug: 10805463 Change-Id: I961344b34fff3b183380caf3508d23b05c1ca26c
* Initial changes to restore AllApps.Winson Chung2013-09-051-0/+2
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-0/+1
|\ | | | | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
| * New small/large screen division for Launcher.Andrew Flynn2012-02-291-0/+1
| | | | | | | | | | | | | | | | Previously the dp division between the two was set at 600dp (7" tablets). This has now been bumped up to 720dp (10" tablets). Change-Id: I1f0419e504fc3bb606156c1cf6fbe03956274184
* | Animating the drag view scale up and down when dragging items.Winson Chung2012-02-131-3/+0
| | | | | | | | Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
* | Reverting: "Animating the drag view scale up and down when dragging items."Winson Chung2012-02-131-0/+3
| | | | | | | | Change-Id: I133ff2631834a4b97e1e4750fb7c07793ddeba69
* | Animating the drag view scale up and down when dragging items.Winson Chung2012-02-071-3/+0
|/ | | | | | - Also fixing up how we draw the drag view alpha Change-Id: Ied82aec9d52274b0fe65c989eab818b0264a9eb2
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-3/+0
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-0/+3
| | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* Adding opacity to drag views. (5064535)Winson Chung2011-08-081-0/+3
| | | | Change-Id: I6eb96edf203a53e55a0d20dd97ff383d0b51da0e
* Grid spacing fixesWinson Chung2011-08-041-7/+0
| | | | | | | | | - Restoring old grid for widgets - Disabling ability to add widgets to hotseat - Updating holo colors - Updating assets Change-Id: I3a639f0afeca9463f8079eb8fbaedf295a41fa0f
* Removing unused resourcesMichael Jurka2011-07-201-9/+0
|
* Adding new assets.Winson Chung2011-07-011-2/+2
| | | | Change-Id: I20c8ceae997290781923caf195f6f87e283b1b7f
* Fixing drop target area, and adding bg color indicators.Winson Chung2011-06-131-2/+2
| | | | | | - Merging wallpaper fix and PagedViewIconCache key fix Change-Id: I2a65bc4b642f020dfc4d2223a36d3ebcf41de5f5
* Adding drag target bar.Winson Chung2011-06-011-2/+5
| | | | Change-Id: Ia00ed30264ea5f1d3c919111d15588ef441bfe20
* Changing gardening asset / gardening glow colorAdam Cohen2011-01-261-1/+1
| | | | Change-Id: Ib517312079d06a1a2861eb780f2b5578c42e61b5
* adding "Remove" and "Delete" text to delete buttonMichael Jurka2010-12-211-0/+4
| | | | | | - also removed some unused assets Change-Id: Iad42afd2f144de92d80fb89d892ab42b32811b69
* holo look for pressed/focused workspace iconsMichael Jurka2010-12-151-0/+5
| | | Change-Id: Ia964c868afd200be3828e4397659391f857599e6
* Adding background protection to icons and apps button.Winson Chung2010-12-011-1/+1
| | | | Change-Id: I650f9135c0ce5bc2a6f7c5f878d470d6a85e9f7e
* fix 3029324: Implement new drag feedbackJoe Onorato2010-10-131-0/+1
| | | | Add "shrinkwrap" icon outlines to visualize where the item will land
* Fix crash on phones about no resource.Joe Onorato2010-10-071-0/+4
| | | | | Bug: 3039845 Change-Id: If7b08eafd3fe6cdfc75a92ddcf463371359c3633
* New gestures UI.Romain Guy2009-07-161-1/+2
|
* Add gestures to Home.Romain Guy2009-06-101-2/+4
| | | | Press the Home key while in Home to enable the gestures pad.
* Make Launcher more forgiving when dragging desktop items.Jeff Sharkey2009-04-081-0/+1
| | | | | | | | This change adds nearby-area searching when dragging desktop items into already-occupied cells. This approach tries harder to find a matching area, instead of strictly rejecting invalid moves. We also draw a "snag" during the drag to show where an item would be dropped, but only if we would drop into an alternative cell. This gives users better feedback about where things will drop. http://b/issue?id=1634887
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+27
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-27/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+2
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+25