summaryrefslogtreecommitdiffstats
path: root/res/layout-port
Commit message (Collapse)AuthorAgeFilesLines
* trebuchet: custom homeJorge Ruesga2014-06-171-1/+1
| | | | | Change-Id: I4faee66580ab0e41ee8e8bcbd79ce680d45bce97 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Updating Tablet clings. (Bug 11973614)Winson Chung2014-06-063-2/+4
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-06-062-3/+2
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Updating assets and text for migration cling. (Bug 11973614)Winson Chung2014-06-061-11/+18
| | | | Change-Id: I69ffc1581cc43511b4f42ebb2735afe4c0b44131
* Adding migration Clings. (Bug 11973614)Winson Chung2014-06-063-0/+173
| | | | | | - Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
* Moved paddingStart to -v17 folder.Yura2014-06-061-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: I84879257c4e463879fd6bfc322514d30c469ca30
* Initial changes to support AllApps on various form factors.Winson Chung2014-06-051-1/+1
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Tweaking cling text sizes for other languages. (Bug 11151675)Winson Chung2014-06-051-3/+1
| | | | Change-Id: Iae82064b1be7a33e5375c1e27fb7472216dc637a
* Fixing up PagedView to work in landscape modeAdam Cohen2014-06-051-1/+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
* Removing unused cling, tweaking translation character limits (Bug 11151675)Winson Chung2014-06-051-48/+0
| | | | Change-Id: I601d92ecca5a479d7778824e3b120634bdae6a45
* Revert "Trebuchet : Show cling for allapps overview"Abhisek Devkota2014-06-052-40/+17
| | | | | | This reverts commit 20109c489eed6e97803ed5e5745c8c377b0446cb. Change-Id: I025c038d85256e2aa8500e098646a57a2fb41d5c
* Trebuchet : Show cling for allapps overviewDanesh Mondegarian2014-02-052-17/+40
| | | | | | | | | This patchset adds a cling for the all apps indicator overview mode as by default it is not very discoverable. PS4: Strings + fixes Change-Id: If7e91a0e123c0fbc4d4f4ed6ef35c1ff7b1abfb1
* AppsCustomize: Overview panelNebojsa Cvetkovic2014-01-241-4/+4
| | | | Change-Id: I5cfd1183194ee15d8bb18dcd2536a644c9599978
* Tweaking workspace cling due to mirrored default hotseat. (Bug 11142616)Winson Chung2013-10-131-6/+6
|
* Fixing RTL issues with Clings. (Bug 11008488)Winson Chung2013-10-102-13/+18
| | | | Change-Id: I78f891eabab53d6ded18f7c843504219d71e2883
* Initial changes for new clings. (Bug 11142616)Winson Chung2013-10-091-11/+49
| | | Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
* Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-022-10/+14
|
* Tweaking clings again to support smaller folders (Bug 10965184)Winson Chung2013-10-011-14/+23
| | | | Change-Id: I324d770fafd7db5d66a870f7825caeb6440ac467
* Ensuring that the folder scrim background spans the full device height. (Bug ↵Winson Chung2013-09-271-1/+1
| | | | | | 10965246) Change-Id: I603d6ed61d01c6b0a460dc0205eceb25f6964b9d
* Ensuring that Launcher always has a search bar. (Bug 10965514)Winson Chung2013-09-272-0/+4
| | | | | | - Also disabling voice proxy when we are in now (Bug 10915381) Change-Id: I4ad6392b5139d12b9b298110109b9363ba426cb4
* Tweaking folder cling to support large folders.Winson Chung2013-09-262-27/+21
| | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* Launcher changes to support custom cling hints.Winson Chung2013-09-241-1/+10
| | | | Change-Id: Ic381f43b96fb15a7a485b139635795e89564cc3b
* 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