summaryrefslogtreecommitdiffstats
path: root/res/values-land
Commit message (Collapse)AuthorAgeFilesLines
* Removing some redundant resource definitionsSunny Goyal2019-03-221-3/+0
| | | | Change-Id: I68ae602116e6eb334dfce2a013fcc42068c464bf
* Changing the format for device profile definitionSunny Goyal2018-12-071-2/+0
| | | | | | | | | Device profiles are defined such that the grid size is fixed and only the icon and text sizes change. For every grid size option there are multiple display configurations. Bug: 118758696 Change-Id: I54aac9106c576324b02530913c447e849b4ae1da
* Using dragHandle for workspace padding calculation instead of pageIndicatorSunny Goyal2018-05-101-1/+0
| | | | | | | > PageIndicator is a 1dp indicator which does not contribute in any padding calculations Bug: 79111591 Change-Id: I4d8be0149da2b3f14593ae71ca037ffe3885d9be
* Match folder icon size to normalized circle icon size.Jon Miranda2018-03-281-3/+0
| | | | | | | | Simplifies the logic for calculating the folder icon size, and ensures consistent sizing in different launcher viewing modes. Bug: 74078689 Change-Id: I5cf4474fd81e55aa50b056418c95533801f07d48
* Simplifying options popup and overview handlingSunny Goyal2018-03-131-1/+0
| | | | | | | | | | > Removing support for page drag-n-drop from pagedView > Removing Overview UI from Launcher3 without quickstep and using options popup instead > Removing touch handlers from CellLayouts and showing options popup based on workspace long press > Excluding touch outside inset when showing the popup Bug: 74136505 Change-Id: I34c2a7ff58452db26f5d1a85d554be40fc75f2b8
* Updating landscape layout for launcher/quickstepSunny Goyal2018-01-081-12/+1
| | | | | | | | | | | > Hotseat is tied to navbar (on left in seascape) > Search box shows up in Overview (clicking it would crash for now) > All-apps is no longer fullscreen in landscape > Recents cards are appropriately scaled down > Hotseat is visible in Overview Bug: 70179916 Change-Id: I53149eaeac9557e8a01021b7e2d139f3d6ceef37
* Landscape launcher grid/all apps to spec.Jon Miranda2017-08-011-2/+14
| | | | | | | * Moves FastScroller to the right. Bug: 64160529 Change-Id: Ie0dfc0a2f0f2d6f6366e4f299769148d76017782
* Launcher grid changes.Jon Miranda2017-07-251-0/+2
| | | | | | | | * Tighten up space on Workspace/All Apps for tall devices. * Decrease the cell layout padding. Bug: 63996463 Change-Id: Ifc89e4786b7033e2af77d3742006d8c9ee719081
* Tighten up vertical spacing in landscape all apps.Jon Miranda2017-07-141-1/+3
| | | | | | Bug: 37015359 Bug: 62801588 Change-Id: Ia4bdc2c2b12647cd671cf8a3e7a8defc43863da1
* Make landscape all apps caret clickable when in all apps as well as workspaceAdam Cohen2017-07-141-1/+1
| | | | | | | | | | | -> Also increase the touch target size of the caret -> Center the asset horizontally within the view (but keep it bottom asligned) issue 63681599 issue 63682248 Change-Id: I64efdfb9f84b82cc21d82c10d9301a99fed3353a
* New calculation for page indicator size on tall devices.Jon Miranda2017-07-061-1/+1
| | | | | | | | | For a display with a large aspect ratio, the icons can get too far spread out in portrait mode. We remedy this by adjusting the page indicator height to utilize that extra space. Bug: 62801588 Change-Id: Ib717dd32a20918248b59e1b46b4e881d6d6a7cb5
* Grid change polish bugs.Jon Miranda2017-06-251-2/+1
| | | | | | | | | | | | | - Folder icons were too small in landscape. - Folders can now be 16dp away from the edge (used to be 64dp which resulted in super small folders) - Decrease page spacing back to 8dp - Decrease PreviewBackground accept scale factor since hotseat is now generally smaller. Bug: 37014334 Bug: 37015359 Change-Id: Icbb53d34136bfdb93796d48f7379da6b9e214345
* Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-231-0/+11
| | | | | | | | This is the just first CL to get eyes on the changes. Next CL will update the All Apps to be full width. Bug: 37015359 Change-Id: I2d7ec6851fdc13b8fa654e7e2be3152330243ccc
* Updating the fast scroll bar UISunny Goyal2017-06-161-4/+11
| | | | | Bug: 37015359 Change-Id: Iec0748f04ebe9a3eef13ff759da3cab6ff28c3a1
* Defining separate layouts for horizontal and vertical drop target barsSunny Goyal2016-03-242-43/+0
| | | | | | | instead of chaning the layouts in DeviceProfile Bug: 27721989 Change-Id: I9a22c21e643f4fd0058c9be5e9d705aaf7649204
* Removing dependency on LauncherCallbacks for getting the search boundsSunny Goyal2016-03-171-0/+3
| | | | | | | | | | | > Instead of handling insets in BaseContainerView, directly applying them to margins, as that scpace can't be used for scroll handling > Appliying the top and bottom padding in xml > The left & right padding is defied in xml which is reused for scroll handling Bug: 27108154 Change-Id: Ia32e6d5e8fd1bfafb1d77d1244ce2268e4da9df9
* Removing some unused resourcesSunny Goyal2015-10-051-3/+0
| | | | Change-Id: I6aa8a2d7eb4599ed2351c54fe0885839b5ba4521
* Various lint error fixes.Sunny Goyal2015-05-141-1/+1
| | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* Removing some more unused resourcesSunny Goyal2015-05-141-21/+0
| | | | Change-Id: Ia09045d2aa88eb1ec17ac4f201aeaf77c6870678
* WidgetTray revamp workHyunyoung Song2015-04-081-5/+0
| | | | | | | | | | | | | | | | | | | | | | | - RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type For items to be addressed in follow up patches OR CLs, TODO is added to the comment. b/19897708 Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc
* Merge "Removing landscape string overrides" into ub-now-queensSunny Goyal2014-10-271-23/+0
|\
| * Removing landscape string overridesSunny Goyal2014-10-231-23/+0
| | | | | | | | Change-Id: Idbfc600dfb32b195726f1b035d18be92c26883fd
* | Some resource fixes for drop targetSunny Goyal2014-10-231-11/+9
|/ | | | | | | | | | > Making it singleline with ellipsis everywhere > Decreasing the text size on smaller devices > Decreasing char limit for various labels Bug: 17563793 Bug: 17938450 Change-Id: I8ad1a156de0601d07419b2cc6418389bc2e24a4e
* Removing all traces of Market button and TabIndicatorSunny Goyal2014-10-171-4/+0
| | | Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
* Removing unused cling resources.Sunny Goyal2014-08-271-2/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-4/+0
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Removed paddingStart and paddingEnd when they are the same.Yura2014-01-071-2/+2
| | | | | | | | 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
* Adjusting grid for tablets and fixing incorrect resources for large tablets.Winson Chung2013-12-101-2/+0
| | | | Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
* Fixing regression in drop target bar height. (Bug 11980757)Winson Chung2013-12-041-1/+1
| | | | Change-Id: I67ccc575b5c15a47ab7f41ceebfc86d9a212ddf3
* Fixing up PagedView to work in landscape modeAdam Cohen2013-10-311-5/+0
| | | | | | | | | -> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
* Initial changes to restore AllApps.Winson Chung2013-09-051-11/+0
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Initial Changes for Dynamic GridWinson Chung2013-08-203-60/+0
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Making folders scrollableAdam Cohen2013-06-061-3/+5
| | | | Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
* Add first RTL support to LauncherFabrice Di Meglio2013-01-231-5/+5
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Updating launcher layouts (Bug 6955380)Winson Chung2012-09-271-2/+2
| | | | | | - Fixing issue with tiny search/voice icons in landscape Change-Id: I0291c3415bda0aece241fa07cad132de270d1dda
* 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 where landscape delete button is not centered. (Bug 6493651)Winson Chung2012-05-151-3/+3
| | | | Change-Id: I782351da2daf511a79e5c9f1d3cef90bec2ca6d1
* Tweaking the qsb padding to push icons in.Winson Chung2012-05-101-0/+2
| | | | Change-Id: I8190e042bc6820b34a46799e198e07328ac8bd00
* Refactoring dimens for cell size / gapAdam Cohen2012-04-271-2/+6
| | | | | | -> fixing some dimens from previous commit Change-Id: Ibab49bfb0dc403a67ab88c4ecadc49eb533eae29
* Refactoring padding dimens for CellLayouts and WorkspaceAdam Cohen2012-04-262-14/+13
| | | | Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892
* Fixing some issues/regressions related to scaled icons.Winson Chung2012-03-081-1/+1
| | | | | | | | | | - Fixes issue with folder icons being clipped in landscape in sw720dp (Bug: 6118397) - Fixes issue with divider being in wrong orientation in sw720dp - Fixes issue with scaled icons not being drawn with filtering - Fixes issue with side pages showing under the hotseat when in landscape in phone UI - Animates the drag view on pick up and drop Change-Id: Iad26427ec63fcbc9bdb3b29a4645689ba445d5c8
* Fix a lot of easy lint issuesMichael Jurka2012-02-241-4/+0
| | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* Merge "Forcing tabs to be single line and width bound (Bug 5646142)" into ↵Winson Chung2011-11-281-0/+6
|\ | | | | | | ics-mr1
| * Forcing tabs to be single line and width bound (Bug 5646142)Winson Chung2011-11-281-0/+6
| | | | | | | | Change-Id: Ia84bde47c5e4b254b636b2697c4f4889ce4f8b95
* | Fixing a few landscape issues.Winson Chung2011-11-281-1/+3
|/ | | | | | | | - Fixing issue where widgets/icon names from side pages show in landscape (Bug 5665226) - Fixing issue where the workspace was rendering over the hotseat in landscape (Bug 5665226) - Fixing regression where the market button had no press feedback Change-Id: Idcd890fdddab2d463195c9b3000fe7a0ab357200
* Minor fixes to LauncherWinson Chung2011-11-181-5/+0
| | | | | | | | | | - 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
* Modifying portals in landscape on the phone UIAdam Cohen2011-11-151-0/+5
| | | | Change-Id: I4190b0e4958dfd0d59d943d9b4c4d6fd2e9303c0
* Fixing issue where AllApps labels were getting clipped (Bug: 5490118)Winson Chung2011-11-081-2/+0
| | | | | | - Tweaking the AllApps grid spacing Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
* Fixing issue where holographic outlines were offset when dragging from/to ↵Winson Chung2011-10-191-0/+2
| | | | | | folders/hotseat. (Bug: 5399792) Change-Id: Iaa39ef1293b45a1d116210ec9d7fbde17dbc99cc