summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
Commit message (Collapse)AuthorAgeFilesLines
* 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