summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
Commit message (Collapse)AuthorAgeFilesLines
* 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-6/+11
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Using the default search widget in Launcher3Sunny Goyal2014-11-112-82/+0
| | | | | | | | | | > Removing all logic related to search and voice overlays from Launcher3 > Using the widget provided by global search provider on the homescreen > Removing VoiceButtonProxy, as it is not being used anymore Change-Id: Ie8b09b44f7213c8fa11bce685914442e4884295d
* Merge "Clearing some android list errors/warnings." into ub-now-queensSunny Goyal2014-11-052-2/+2
|\
| * Clearing some android list errors/warnings.Sunny Goyal2014-11-032-2/+2
| | | | | | | | Change-Id: I2f1f991e61f9e41644ee9943f5a1a15971cca6c1
* | Removing InstallWidgetReceiver related obsolete code.Sunny Goyal2014-11-051-39/+0
|/ | | | Change-Id: I61700b363f8af6434e750bcb5323e0ad4e5bf011
* 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/+8
| | | | | | | -> Added simple reference launcher extension -> Make launcher able to handle a null qsb Change-Id: Ib1575243cac800a335e95bbf00cdc394bb4741c3
* Removing all traces of Market button and TabIndicatorSunny Goyal2014-10-171-36/+0
| | | Change-Id: I9dc10d990321697723560986834ebeef3e0f1c0d
* Removing unused cling resources.Sunny Goyal2014-08-271-9/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating Clings UISunny Goyal2014-08-271-22/+0
| | | | | | issue: 16127412 Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
* Updating clings, removing ununsed clingsSunny Goyal2014-08-254-193/+22
| | | | | | 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-163-1/+183
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-142-3/+4
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Moved paddingStart to -v17 folder.Yura2014-01-091-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
* 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
* Merge "Fixing up PagedView to work in landscape mode" into jb-ub-now-jetsonicAdam Cohen2013-10-311-1/+0
|\
| * 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
* | Removing unused cling, tweaking translation character limits (Bug 11151675)Winson Chung2013-10-221-46/+0
|/ | | | Change-Id: I601d92ecca5a479d7778824e3b120634bdae6a45
* Initial changes to restore clings.Winson Chung2013-09-203-108/+5
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Remove built-in wallpaper picker.Daniel Sandler2013-08-211-26/+0
| | | | | | | | Note that we don't yet have a solution for the user's initial wallpaper. Bother! Bug: 9626042 Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
* Initial Changes for Dynamic GridWinson Chung2013-08-204-94/+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-11/+4
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Fix widget resizing (Which stopped working at some point)Adam Cohen2013-07-091-0/+1
| | | | | | | | -> Also, deferring empty screen removal until after the drop animation in order to reduce buggy transitions -> Also fixing workspace layout on tablet Change-Id: I1ae9fdaf592262f959424f321efa6df4298f85cc
* Fixing crash in shrink wrap on tablets.Winson Chung2013-06-251-6/+0
| | | | Change-Id: I061960b2ca7a2cf02729665fb032d23d8f463ada
* Changing default screen to 0Adam Cohen2013-06-061-1/+1
| | | | Change-Id: I16b2440f99d4b91a3a74226cdac7054e7d5fd7f5
* Launcher2 is now Launcher3.Daniel Sandler2013-06-058-28/+28
| | | | | | | | | | 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
* 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-239-25/+25
| | | | | | 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-79/+92
| | | | | | | | | | | | 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
* Let's enhanceJason Chen2012-10-121-1/+1
| | | | | | | | Add mipmap-* launcher icon assets. Removes equivalent icons from drawable directories and fixes up the reference to them in a layout. Bug: 6718166 Change-Id: Ic97e3208d0b47523c8fabef949b2b06825e2fa8f
* Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug ↵Winson Chung2012-08-281-3/+3
| | | | | | 7035262, Bug 7056508) Change-Id: I589fe6c2475cfff12599eee9b490b2d4dc86511a
* Merge "Fixing hotseat gradient and removing landscape cling with new xlarge ↵Winson Chung2012-08-231-12/+16
|\ | | | | | | layout." into jb-mr1-dev
| * Fixing hotseat gradient and removing landscape cling with new xlarge layout.Winson Chung2012-08-231-12/+16
| | | | | | | | Change-Id: I30f5672fc32c80c247be03efb557ace4654312bb
* | Temporary fix for qsb and hotseat clicking issuesAdam Cohen2012-08-231-4/+4
|/ | | | Change-Id: I3fca1e3dada12c8655887c3d7a2200b6fcfac19c
* Fixing inability to click hotseat on 720dp devicesAdam Cohen2012-08-221-4/+4
| | | | Change-Id: I4d5e81dcb3f85fa83a3b6aac1ed7bd0dba76a0c8
* Initial changes for new 10inch layout.Winson Chung2012-08-083-49/+133
| | | | Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c
* Support for 600dp & custom clingsAndrew Flynn2012-05-131-5/+1
| | | | Change-Id: Ifea85be6ff062c61664a3f0ec6c1c24a1fc7b559
* Refactoring padding dimens for CellLayouts and WorkspaceAdam Cohen2012-04-262-34/+4
| | | | Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892
* resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-0110-0/+439
|\ | | | | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
| * New small/large screen division for Launcher.Andrew Flynn2012-02-2910-0/+442
|/ | | | | | | | 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 issue where widget previews were being scaled up.Winson Chung2011-10-281-79/+0
| | | | Change-Id: I94eaa1beb0579c8045a3b4c6ff72f7b9622a62ff
* Asset updatesPeter Ng2011-10-271-3/+2
| | | | | | | - Change how default widget previews look (5509429) - Improve antialiasing in portal assets Change-Id: I9993aec46a9a9ab8a732b4fc150120c935523f02
* Fixing incorrect resource overlay naming.Winson Chung2011-08-311-0/+80
Change-Id: Iebb48a96835360d2a312aa8df8ac940d9a7e9be6