summaryrefslogtreecommitdiffstats
path: root/res/layout-port
Commit message (Collapse)AuthorAgeFilesLines
* Initial changes to restore clings.Winson Chung2013-09-204-31/+143
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Fixing some grid spacing issues. (Bug 10754537, 10754538)Winson Chung2013-09-191-29/+0
| | | | | | | - 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
* Add system window inset support to DragLayer and children.John Spurlock2013-09-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of fitting system windows as before, DragLayer now lays out under the system windows. DragLayer will simply add the system window insets to each child's layout margins by default. e.g. for Hotseat, Page Indicators, QSB, Search Overlay. Children that want to use the full viewport can declare so by implementing a new Insettable interface. System window insets will be passed to Insettable#setInsets(insets) and the child can do what it wants with them. Currently, two of DragLayer's children implement Insettable: 1) Workspace (for the -1 screen). Full screen pages are given the entire viewport, paged view offsets modified to end up in the right place now that the viewport is larger (the full screen height). Non-full screen pages like the normal icon pages simply apply the insets to end up in the same place they did before. NowClientCardsView uses the full viewport, applying the insets as padding. Will want to better take advantage of this new real estate in a future CL. 2) All Apps (AppsCustomizeTabHost). Applies the insets as layout margin one level down, so that the bar area is opaque during the transition, but visually the content lands in the same place. (Also add db_files to .gitignore to ignore the output of the db tool) Bug:10687177 Bug:10652189 Change-Id: I80b25d63884d244fcf704b24dad9497ee0d8b453
* Initial Changes for Dynamic GridWinson Chung2013-08-205-115/+13
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-10/+14
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-171-12/+5
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Porting PagedView from KG to gain simplified scaling model, reorderingAdam Cohen2013-07-081-0/+1
| | | | | | | | | | | | -> We are no longer scaling individual Celllayouts, instead we are scaling the entire Workspace (and the CellLayouts come along for the ride) -> Due to the above change, many assumptions were broken. In particular, our drag and drop / animation archiecture is fairly fragile due to the frequent and complex mapping of points between different bits of the hierarchy. This CL contains a number of fixes which address such breakages. Change-Id: I2e630eab17528729b764b61f587858f6499fd318
* Initial implementation of Shrink-wrapAdam Cohen2013-06-251-6/+0
| | | | Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
* Changing default screen to 0Adam Cohen2013-06-061-1/+1
| | | | Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5
* Launcher2 is now Launcher3.Daniel Sandler2013-06-059-30/+30
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Get rid of duplicate backgroundsMichael Jurka2013-05-061-5/+1
| | | Bug: 8809491
* Fixing issue with qsb icons not being sized correctly. (Bug 8543618)Winson Chung2013-04-121-0/+2
| | | | Change-Id: I807eaa8323e138c3ad13b6b923a3598c072c0588
* Fix search bar layout in RTL modeFabrice Di Meglio2013-02-061-1/+1
| | | | | | | | This is a follow up from I24b1f1977fb65246afd2005440567b5850939621 - fix remaining "right" attribute and replace it with a "end" one Change-Id: Icd718917a7b984e562db3d2f7274a2dfd3e9b3c7
* Add first RTL support to LauncherFabrice Di Meglio2013-01-236-23/+23
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Fixing issue where the cling is offset. (Bug 7633074)Winson Chung2012-11-291-12/+15
| | | | | | - Also fixing issue where the workspace cling was showing on top of AllApps when you entered it for the first time. Change-Id: I7d59ad153de192bc1d69537af1b4af632465138b
* Extend background to full screen.Craig Mautner2012-11-161-78/+91
| | | | | | | | | | | | Gradient and black backgrounds were stopping at the Status Bar. When returning from a full screen app to the launcher the wallpaper was completely visible when it should have been obscured by these backgrounds. Making the app full screen while keeping the views within the system insets fixes this. Bug 7410717 fixed. Change-Id: If3f7e4808961ee6c80fe2d0a328e6ca39fa5eb7a
* Add missing layout attributesRomain Guy2012-10-171-0/+6
| | | | | | Bug #7334849 Change-Id: Iae01cf5c587716951dee849e9c4116717d137d8f
* Temporary fix for qsb and hotseat clicking issuesAdam Cohen2012-08-231-4/+4
| | | | Change-Id: I3fca1e3dada12c8655887c3d7a2200b6fcfac19c
* Fix issue where you couldn't click anything in the hotseatAdam Cohen2012-08-201-4/+4
| | | | Change-Id: I48aaa63d2a439cee9a2bfd4888cafe13498d88c8
* Initial changes for new 10inch layout.Winson Chung2012-08-081-1/+1
| | | | Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c
* Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)Winson Chung2012-07-101-39/+0
| | | | Change-Id: I619f0a0118e53cfc703870fcc9083bb9bf1855b2
* Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-0/+2
| | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* Merge "Fixing regression in landscape launcher, and enlarging the voice ↵Winson Chung2012-05-231-2/+2
|\ | | | | | | search proxy touch view." into jb-dev
| * Fixing regression in landscape launcher, and enlarging the voice search ↵Winson Chung2012-05-221-2/+2
| | | | | | | | | | | | proxy touch view. Change-Id: I10290ad4f162361dbc086f161a7124a26d15615c
* | Updating how widget previews lookMichael Jurka2012-05-221-3/+0
|/ | | | | | | | | Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
* Fixing issue where landscape delete button is not centered. (Bug 6493651)Winson Chung2012-05-151-0/+39
| | | | Change-Id: I782351da2daf511a79e5c9f1d3cef90bec2ca6d1
* Support for 600dp & custom clingsAndrew Flynn2012-05-131-5/+1
| | | | Change-Id: Ifea85be6ff062c61664a3f0ec6c1c24a1fc7b559
* Tweaking the qsb padding to push icons in.Winson Chung2012-05-101-0/+2
| | | | Change-Id: I8190e042bc6820b34a46799e198e07328ac8bd00
* DO NOT MERGE Set voice button proxy as not important for accessibility.alanv2012-05-071-0/+1
| | | | | Bug: 6441080 Change-Id: Ib6cfe87322ef283ff3adee8dccee1eb155cd531f
* Moving hotseat and qsb gradients up a level. (Bug 6406475)Winson Chung2012-05-032-1/+1
| | | | Change-Id: I0848fb9c10e5acf35d59de22d8df1f337fe920cf
* Refactoring padding dimens for CellLayouts and WorkspaceAdam Cohen2012-04-261-2/+4
| | | | Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892
* resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-012-3/+3
|\ | | | | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
| * New small/large screen division for Launcher.Andrew Flynn2012-02-292-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
* | Fix a lot of easy lint issuesMichael Jurka2012-02-241-1/+0
| | | | | | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* | Adding workaround to make voice button target area larger (Bug 5653332)Winson Chung2012-01-121-0/+9
|/ | | | Change-Id: I8c4e940f9ae01ac4f6808ecfb10035249c12a499
* Unifying overscroll btw phone and tabletAdam Cohen2011-11-111-4/+4
| | | | | | -> Using separate assets for removing and uninstalling Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03
* Merge "Altering touch feedback for qsb assets. (Bug: 5560273)" into ics-mr1Winson Chung2011-11-071-0/+2
|\
| * Altering touch feedback for qsb assets. (Bug: 5560273)Winson Chung2011-11-031-0/+2
| | | | | | | | | | | | - Removing some dead code Change-Id: If6f3ffcf28249ca08c23089acb5bcd501b455119
* | Cleaning up overscroll effect in launcher workspaceAdam Cohen2011-11-031-6/+6
|/ | | | | | | -> Making sure workspace is drawn above the hotseat and qsb -> Dimming the dock divider and page indicator during overscroll Change-Id: I40766aa88e58db2d102c11d1ae8b2455aa459a07
* Changing press feedback to holographic for search buttons. (Bug: 5290367)Winson Chung2011-10-111-6/+4
| | | | Change-Id: I50fa849abb816a98d1dbbfd9bf6611fbb87baca9
* Fixing annoying issue where page outlines looked off-center.Winson Chung2011-10-091-1/+1
| | | | | | - Also addressed folder icon clipping issue (Bug: 5199082) Change-Id: Ifc76024e10e0ecf0103cd314f4d02523b068f923
* Updating folder cling text position for Crespo. (Bug: 5346951)Winson Chung2011-10-051-1/+1
| | | | Change-Id: Iaa0794c84766d02f1091442e2e76418ba57002d8
* Fixing some search box issues.Winson Chung2011-10-051-0/+1
| | | | | | | - Voice search still clickable and causes crash (Bug: 5371480) - Empty search box when QSB is disabled (Bug: 5358074) Change-Id: I97cef678b012c8294fca9149e22458abed31075d
* Merge "Tweaking size of QSB and updating cling assets."Winson Chung2011-09-291-7/+13
|\
| * Tweaking size of QSB and updating cling assets.Winson Chung2011-09-281-7/+13
| | | | | | | | | | | | | | - Making the voice search button a little larger (Bug: 5373735) - Updating landscape cling backgrounds Change-Id: I9a9c0367cb0fce5a41fb45c48ea70d9ba8e13f69
* | Adding keyboard support to folders and fixing renaming rough edgesAdam Cohen2011-09-291-1/+3
|/ | | | Change-Id: I62e1a5699e4c7e8d53f5f7d6331a854270a83aa1
* Tweaking clings in response to usability testing. (5057945, 5056643)Winson Chung2011-09-202-15/+6
| | | | | | | | | - Updating assets - Removing folder cling text - Fading in folder cling after folder animation - Highlighting different icon in allapps cling Change-Id: I6e4fadf10b81a91296304f008644ee1d154ec5f8
* Launcher tweaks.Winson Chung2011-09-191-0/+3
| | | | | | | | | - Updating search bar bg - Removing clings from the layout if they are already dismissed - Tweaking cling description paddings for languages that are more verbase - Tweaking wallpaper picker gallery spacing Change-Id: I801cdf4b1d0cc49a53113318d7b9075f6fa218bd
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-184-41/+114
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Updating the qsb. (5051804)Winson Chung2011-09-162-11/+6
| | | | Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81