summaryrefslogtreecommitdiffstats
path: root/res/layout-land/launcher.xml
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: Fix landscape NPEcretin452015-12-071-0/+7
| | | | Change-Id: Ice27a7d88398bbffe99c9689feafd6c4aa4e0191
* Reimplement CM Settings Overview Panel Part 3Yvonne Wong2015-12-031-0/+2
| | | | | | - Enable dynamic grid resizing Change-Id: I95a7f20da48e037a94ce5b6191c5597490d91d9d
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-181-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Folder animations in parity with cm. Folder Layout Revision Updated the folder layout to reflect design revisions based on community feedback Change-Id: Ica1bb796dfccf779a954cf0903a1ae94a010ea1a Conflicts: res/drawable-hdpi/folder_bg.9.png res/drawable-hdpi/folder_fill_highlight.9.png res/drawable-mdpi/folder_bg.9.png res/drawable-mdpi/folder_fill_highlight.9.png res/drawable-xhdpi/folder_bg.9.png res/drawable-xhdpi/folder_fill_highlight.9.png res/drawable-xxhdpi/folder_bg.9.png res/drawable-xxhdpi/folder_fill_highlight.9.png res/layout-land/launcher.xml res/layout-port/launcher.xml res/layout-sw720dp/launcher.xml res/layout/user_folder.xml res/values/dimens.xml src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java Folder animation changes as per cm-13.0 Change-Id: I019511a58bd9f6a60a3c9b68c826726881cec83f Implementing folder animations Change-Id: I83f17c996ecc894ce22fd195b9b33caf58e2e822
* resolved conflicts for merge of 13ef17a3 to mnc-dr-devHyunyoung Song2015-07-221-5/+11
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Clearing some android list errors/warnings.Sunny Goyal2014-11-031-1/+1
| | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* Allow LauncherOverlay to access and manage insetsAdam Cohen2014-10-241-5/+5
| | | | Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c
* First pass of the Launcher Overlay interface / implAdam Cohen2014-10-221-0/+7
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* Removing unused cling resources.Sunny Goyal2014-08-271-9/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating clings, removing ununsed clingsSunny Goyal2014-08-251-25/+0
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-181-0/+5
| | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* Updating Tablet clings. (Bug 11973614)Winson Chung2014-01-161-1/+10
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-2/+2
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Dyanmically lay out overview mode across all orientations and form factors.Winson Chung2013-11-071-13/+0
| | | Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
* Initial changes to support AllApps on various form factors.Winson Chung2013-11-011-2/+1
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Fixing up PagedView to work in landscape modeAdam Cohen2013-10-311-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
* Ensuring that the folder scrim background spans the full device height. (Bug ↵Winson Chung2013-09-271-1/+1
| | | | | | 10965246) Change-Id: I603d6ed61d01c6b0a460dc0205eceb25f6964b9d
* Tweaking folder cling to support large folders.Winson Chung2013-09-261-0/+5
| | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* Initial changes to restore clings.Winson Chung2013-09-201-0/+5
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Initial Changes for Dynamic GridWinson Chung2013-08-201-19/+6
| | | | 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-051-7/+7
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Add first RTL support to LauncherFabrice Di Meglio2013-01-231-8/+8
| | | | | | 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
* Updating launcher layouts (Bug 6955380)Winson Chung2012-09-271-1/+2
| | | | | | - Fixing issue with tiny search/voice icons in landscape Change-Id: I0291c3415bda0aece241fa07cad132de270d1dda
* Fixing regression in landscape launcher, and enlarging the voice search ↵Winson Chung2012-05-221-0/+10
| | | | | | proxy touch view. Change-Id: I10290ad4f162361dbc086f161a7124a26d15615c
* Moving hotseat and qsb gradients up a level. (Bug 6406475)Winson Chung2012-05-031-0/+1
| | | | Change-Id: I0848fb9c10e5acf35d59de22d8df1f337fe920cf
* Refactoring padding dimens for CellLayouts and WorkspaceAdam Cohen2012-04-261-2/+4
| | | | Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892
* New small/large screen division for Launcher.Andrew Flynn2012-02-291-2/+2
| | | | | | | | 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
* 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
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-0/+6
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Tweaking grid spacing (5162387)Winson Chung2011-08-291-5/+3
| | | | Change-Id: I67ebe3484f504d5f987486c80d4d21db3c2e06e1
* Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-0/+6
| | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* 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
* Launcher cleanup and fixes.Winson Chung2011-07-251-8/+9
| | | | | | | | | - 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-201-28/+8
| | | | 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-111-1/+2
| | | | | | | | | - 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-071-10/+6
| | | | | | - Tweaking search bar layout. Change-Id: I9624fa4284135858d3e19b8b8e4710b5dd746042
* Tweaking the scroll indicators with new assets and sizing.Winson Chung2011-06-301-1/+9
| | | | | | - Showing the scroll indicators when changing between workspace/apps customize Change-Id: I791c09b76deb00108c466f08ae3c29b19d77c4d8
* Removing the old dot.dot.dot page indicators at the bottom.Winson Chung2011-06-231-34/+0
| | | | Change-Id: Ia501329223c5e80634b1f9e3f13ceac378217491
* Adding signposting to Phone UI in Workspace/AppsCustomize.Winson Chung2011-06-141-0/+9
| | | | Change-Id: Id63f247745a5ec1a63bbaff84602e4c91354f789
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-1/+0
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Adding drag target bar.Winson Chung2011-06-011-14/+0
| | | | Change-Id: Ia00ed30264ea5f1d3c919111d15588ef441bfe20
* Adding QSBWinson Chung2011-05-261-0/+6
| | | | | | - Also changing AppsCustomize bg to black. Change-Id: Iadd1a34dda56b02191e00502714296a1a3c8ee88