summaryrefslogtreecommitdiffstats
path: root/res/layout-land
Commit message (Collapse)AuthorAgeFilesLines
* Initial changes to restore clings.Winson Chung2013-09-204-30/+148
| | | | 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
* Initial Changes for Dynamic GridWinson Chung2013-08-205-109/+7
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-0/+4
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-171-18/+1
| | | | 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-5/+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-28/+28
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Fixing issue with qsb icons not being sized correctly. (Bug 8543618)Winson Chung2013-04-121-0/+2
| | | | Change-Id: I807eaa8323e138c3ad13b6b923a3598c072c0588
* Add first RTL support to LauncherFabrice Di Meglio2013-01-235-22/+22
| | | | | | 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-82/+93
| | | | | | | | | | | | 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
* Updating launcher layouts (Bug 6955380)Winson Chung2012-09-272-4/+6
| | | | | | - Fixing issue with tiny search/voice icons in landscape Change-Id: I0291c3415bda0aece241fa07cad132de270d1dda
* Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)Winson Chung2012-07-101-37/+0
| | | | Change-Id: I619f0a0118e53cfc703870fcc9083bb9bf1855b2
* Referencing wrong drawable in drop target bar.Winson Chung2012-05-231-1/+1
| | | | Change-Id: Ib942779b117cd6a473f9dc8305ab6085901bc8f6
* Merge "Fixing regression in landscape launcher, and enlarging the voice ↵Winson Chung2012-05-231-0/+10
|\ | | | | | | search proxy touch view." into jb-dev
| * Fixing regression in landscape launcher, and enlarging the voice search ↵Winson Chung2012-05-221-0/+10
| | | | | | | | | | | | 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/+37
| | | | Change-Id: I782351da2daf511a79e5c9f1d3cef90bec2ca6d1
* Support for 600dp & custom clingsAndrew Flynn2012-05-131-5/+1
| | | | Change-Id: Ifea85be6ff062c61664a3f0ec6c1c24a1fc7b559
* 7" launcher changes.Andrew Flynn2012-05-081-11/+4
| | | | | | | | - Shrink icons in workspace (keeping hotseat size the same) - Increase width of QSB in landscape - Move QSB voice button to bottom in landscape Change-Id: I2c0bad4229484f516005592f2c14da1a4939acca
* 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-242-2/+0
|/ | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* Fixing a few landscape issues.Winson Chung2011-11-281-23/+21
| | | | | | | | - 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
* Unifying overscroll btw phone and tabletAdam Cohen2011-11-111-6/+5
| | | | | | -> Using separate assets for removing and uninstalling Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03
* Changing press feedback to holographic for search buttons. (Bug: 5290367)Winson Chung2011-10-111-4/+2
| | | | Change-Id: I50fa849abb816a98d1dbbfd9bf6611fbb87baca9
* Merge "Tweaking size of QSB and updating cling assets."Winson Chung2011-09-291-13/+4
|\
| * Tweaking size of QSB and updating cling assets.Winson Chung2011-09-281-13/+4
| | | | | | | | | | | | | | - 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
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-184-47/+120
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Updating the qsb. (5051804)Winson Chung2011-09-161-2/+2
| | | | Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
* Bug FixingWinson Chung2011-09-081-0/+1
| | | | | | | | | - Setting loader thread priority to default after loading to help rotation time (5264039, more work to be done here potentially) - Fixing regression in missing background gradient for hotseat - Removing the old cupcake gallery item bg, new bg assets coming soon (5160311) - Defering showing the AppsCustomize tab bar until we request layout to help a little with the flashing Change-Id: I8c4981435f684363be951696986b7ab1b71956eb
* Tweaking grid spacing (5162387)Winson Chung2011-08-292-12/+13
| | | | Change-Id: I67ebe3484f504d5f987486c80d4d21db3c2e06e1
* Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-223-0/+101
| | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* Making hotseat a fiver.Winson Chung2011-08-081-1/+1
| | | | Change-Id: I18737692a115f8fd77c6feb3062f4bfeca3506ae
* Grid spacing fixesWinson Chung2011-08-041-2/+2
| | | | | | | | | - Restoring old grid for widgets - Disabling ability to add widgets to hotseat - Updating holo colors - Updating assets Change-Id: I3a639f0afeca9463f8079eb8fbaedf295a41fa0f
* Bug fixesWinson Chung2011-08-031-2/+2
| | | | | | | | | - 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
* Merge "Fixing minor bugs (5085316, 5082963, 5042828)"Winson Chung2011-07-271-1/+10
|\
| * Fixing minor bugs (5085316, 5082963, 5042828)Winson Chung2011-07-271-1/+10
| | | | | | | | | | | | | | | | - 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
* | Fixing issue 5064135, issue 5033850Adam Cohen2011-07-261-1/+1
|/ | | | | | | -> id's were duplicated causing strange behaviour in onRestoreInstanceState Change-Id: I20132942baaec54880c6d765b37d26ac2ffd31ee
* Launcher cleanup and fixes.Winson Chung2011-07-252-9/+10
| | | | | | | | | - Removing unused hotseat assets - Adding xhdpi assets from designer repo - Decoupling dock divider and scroll bar to fix landscape divider issue - Fixing issue where dock portals were being clipped Change-Id: If3894a9a265e0272111e852857f9cfbf994ec050
* Initial changes to add configurable hotseat.Winson Chung2011-07-203-29/+44
| | | | Change-Id: I4c2ed4a1c122c057662fabc70bfef7c5c088460b
* Fxing issues with the scroll barWinson Chung2011-07-191-15/+15
| | | | | | | | - Removing track from AllApps - Scrollbar should reach edge of track now - Fixing flashing when going from AppsCustomize to workspace and switching tabs in AppsCustomize Change-Id: Id69bd04dc503608566c3a33a1344904e3db383bf
* Fixing issues with spring loaded adding.Winson Chung2011-07-112-1/+34
| | | | | | | | | - Delaying until items are added - Showing bg when going into spring loaded mode - Fixing regression where dropping widgets on full page would not trigger a notification - Fixing regression on tablet where pages were no longer being rotated or shown Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
* Updating assets.Winson Chung2011-07-072-10/+61
| | | | | | - Tweaking search bar layout. Change-Id: I9624fa4284135858d3e19b8b8e4710b5dd746042