summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-06-061-4/+0
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Moved paddingStart to -v17 folder.Yura2014-06-061-0/+6
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: I84879257c4e463879fd6bfc322514d30c469ca30
* Removed paddingStart and paddingEnd when they are the same.Yura2014-06-061-8/+8
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9
* Move wallpaper picker code to a separate directoryMichael Jurka2014-06-061-17/+0
| | | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Tweaking cling text sizes for other languages. (Bug 11151675)Winson Chung2014-06-051-7/+13
| | | | Change-Id: Iae82064b1be7a33e5375c1e27fb7472216dc637a
* Initial changes to support smaller landscape layouts.Winson Chung2014-06-051-1/+1
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Merge "Initial changes for new clings. (Bug 11142616)" into ↵Winson Chung2013-10-101-1/+0
|\ | | | | | | jb-ub-now-indigo-rose
| * Initial changes for new clings. (Bug 11142616)Winson Chung2013-10-091-1/+0
| | | | | | Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
* | Use translucent decor theme attributes in Launcher3.John Spurlock2013-10-091-0/+2
|/ | | | | | | And remove interim helper class. Bug:10674960 Change-Id: I81d31563074deea058b9bbb4b806c6200f85230f
* Switch to using theme for translucent nav barsMichael Jurka2013-10-071-0/+1
|
* Tweaking styles for AllApps and widgets spaces. (Bug 10843502)Winson Chung2013-09-241-1/+2
| | | | | | - Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
* Initial changes to restore clings.Winson Chung2013-09-201-12/+23
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Fixing some grid spacing issues. (Bug 10754537, 10754538)Winson Chung2013-09-191-6/+2
| | | | | | | - Ensuring app names don't run into each other in folders and on the workspace - Ensuring that app names are aligned with folder names Change-Id: Ie8d546eacd52005778d81c46011c1c84bc24118c
* Changing font family to condensed for icons and folders (issue 10823062)Adam Cohen2013-09-181-0/+1
| | | | Change-Id: If166f01091a5a400492dc178a4c1503de87b05b7
* Update to using new crop intentMichael Jurka2013-09-131-3/+3
| | | | | | | Also, unify WallpaperCropActivity so it's identical to the system default version (mainly removing Launcher dependencies) Change-Id: I1ebc390bce23de62d76daced6f8cb44d57e4ac0c
* Initial changes to restore AllApps.Winson Chung2013-09-051-10/+2
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-211-1/+9
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* Initial Changes for Dynamic GridWinson Chung2013-08-201-36/+0
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Add first RTL support to LauncherFabrice Di Meglio2013-01-231-16/+16
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Don't use text shadows inside folders and all appsMichael Jurka2013-01-101-0/+4
| | | (saves memory)
* Adding width / height to cling text styleAdam Cohen2012-10-191-0/+2
| | | | Change-Id: Ia39b049fe414edf926c221baed3b1223199ce2a7
* Remove action bar from wallpaper pickerMichael Jurka2012-09-251-2/+1
| | | | | | Bug: 5295678 Change-Id: I50bb4bee3d9d54f28ef4a46ed9754701045d38c7
* Initial changes for new 10inch layout.Winson Chung2012-08-081-5/+1
| | | | Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c
* Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-2/+0
| | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* Fixing issue with resource ids. (Bug 6532243)Winson Chung2012-05-231-0/+6
| | | | Change-Id: Ie4a245a224038a750e60b0203003638fd561713d
* Tweaking the qsb padding to push icons in.Winson Chung2012-05-101-0/+2
| | | | Change-Id: I8190e042bc6820b34a46799e198e07328ac8bd00
* Moving hotseat and qsb gradients up a level. (Bug 6406475)Winson Chung2012-05-031-1/+0
| | | | Change-Id: I0848fb9c10e5acf35d59de22d8df1f337fe920cf
* Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-061-2/+2
| | | | | | | Cached icons are statically all the same size, so we need to do it on the fly. Change-Id: Iae294ff4668f987db8fe5127bae724bf08363542
* New small/large screen division for Launcher.Andrew Flynn2012-02-291-3/+3
| | | | | | | | 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
* Forcing tabs to be single line and width bound (Bug 5646142)Winson Chung2011-11-281-2/+4
| | | | Change-Id: Ia84bde47c5e4b254b636b2697c4f4889ce4f8b95
* Minor fixes to LauncherWinson Chung2011-11-181-2/+2
| | | | | | | | | | - Tweaking the AllApps tab padding - Fixing issue where the cling punch out might be in the wrong location - Removing unused dragging code related to drop/scroll area overlap - Tweaking padding so that picking up an icon on the top row does not automatically hover over delete (Bug 5636264) - Fixing issue where multiple bgs in AllApps tab bar line makes it look blurry (Bug 5523822) Change-Id: I707397c231188a9feee8c0856374e0483cf37296
* Fixing small regressions in folder text offset. (Bug 5600902)Winson Chung2011-11-141-1/+1
| | | | | | - Tweaking AppsCustomize tab bar dimens Change-Id: I5809c0ffb5fb0f7e0124d875c97198aafa4e43e3
* Adding padding on crespo for qsb bar by shrinking folder preview size.Winson Chung2011-11-011-0/+2
| | | | Change-Id: I9222ec6b66eb3146d4998013b82fdce664b01314
* Fixing small tablet issuesWinson Chung2011-10-251-2/+3
| | | | | | | | - Removing phone search container bg from tablet ui - Fixing the tab text for tablet AppsCustomize - Fixing wallpaper items in wallpaper chooser Change-Id: I3424cd8f32a767844b8bed54437f746a0fc381e5
* Fixing issue where holographic outlines were offset when dragging from/to ↵Winson Chung2011-10-191-2/+2
| | | | | | folders/hotseat. (Bug: 5399792) Change-Id: Iaa39ef1293b45a1d116210ec9d7fbde17dbc99cc
* Making Launcher tabs more consistent with system. (Bug: 5184498)Winson Chung2011-10-141-10/+6
| | | | Change-Id: Idac7c14fdefcdad0bb88b1c5b34fa3e10c2733ac
* Fixing some issues with AppsCustomizeWinson Chung2011-10-111-2/+4
| | | | | | | | - Tweaking the widget page to make it a little tighter - Altering the way we generate widget previews to make them more consistent - Making the Apps page two line titles Change-Id: I7bce420466c1d41fb87b423f259472482803a406
* Updating folder cling text position for Crespo. (Bug: 5346951)Winson Chung2011-10-051-2/+0
| | | | Change-Id: Iaa0794c84766d02f1091442e2e76418ba57002d8
* Fixing text alignment in landscape (issue 5243577)Adam Cohen2011-09-291-2/+2
| | | | Change-Id: I43659f56458f08b5e7771a1059b700b8e0a0efd1
* Fixing some small issues.Winson Chung2011-09-271-0/+2
| | | | | | | | | - Adding All Apps pressed state (5375824) - Ensuring the drop targets are single line (5375563) - Adding some checks in kb focus logic to appease some frantic monkeys (4508638) - Removing some unused assets Change-Id: I46702ee25c638849c716f0d8428f68c2b06c1c2e
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-6/+7
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Updating the qsb. (5051804)Winson Chung2011-09-161-3/+3
| | | | Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
* Tweaking grid spacing (5162387)Winson Chung2011-08-291-0/+6
| | | | Change-Id: I67ebe3484f504d5f987486c80d4d21db3c2e06e1
* Fixing text size issue so that it is scaled. (5176780)Winson Chung2011-08-251-3/+1
| | | | Change-Id: I8816de6afb224a36a60a3aa4d6912c9cdb9acb7b
* Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-0/+29
| | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* Solving bug where labels were unevenMichael Jurka2011-08-051-8/+8
| | | | | | - Ensuring all icons, even those that are pulled from our database cache, are always the correct size - Solves bug where loading icon for shortcuts with missing activities on a GB->ICS upgrade caused uneven labels (Bug 5111191) Change-Id: I4b8a97c3b0fa02fd189f82d0c01444f47fee2205
* Bug fixesWinson Chung2011-08-031-1/+1
| | | | | | | | | - Fixing issue where drop target is not as tall as it should be (5116098) - Fixing issue where number of cells was being computed incorrectly (5112002) - Disabling side page fading in AppsCustomize on the phone UI - Should be using action bar bg states instead of tab bg states (5086625) Change-Id: I0ec927f87cede48dcf4b66cbaa1d62a09f3492b8
* Fixing minor bugs (5085316, 5082963, 5042828)Winson Chung2011-07-271-2/+7
| | | | | | | | - Adding separator between qsb and workspace content - Adding a bit of spacing between drawables and text in all apps - Making the drop target area smaller... Change-Id: I1bebe7dff20fc30e4896de1dcf23d23b62a31a07
* Solving transient wallpaper flash when rotating All AppsMichael Jurka2011-07-261-5/+1
| | | | | - also cleaning up some code Change-Id: Ic9399e604aac3115d92186a70799bf80ecaf31c6
* Fix for 5067464, portal text not aligned in landscapeAdam Cohen2011-07-251-0/+1
| | | | Change-Id: I64c8e111537e2dfeb0035f4653f3ab7790155d27