summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
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-1/+183
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-06-062-2/+2
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* 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
* Removed paddingStart and paddingEnd when they are the same.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: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9
* 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-46/+0
| | | | Change-Id: I601d92ecca5a479d7778824e3b120634bdae6a45
* Revert "Trebuchet : Show cling for allapps overview"Abhisek Devkota2014-06-052-6/+46
| | | | | | This reverts commit 20109c489eed6e97803ed5e5745c8c377b0446cb. Change-Id: I025c038d85256e2aa8500e098646a57a2fb41d5c
* Trebuchet : default workspaceDanesh M2014-02-061-0/+6
| | | | | | | | | | | | | | | Change default screen to screen 0 (far left screen) to match Launcher3. Clean up default layouts for various device types. Also fix missing layouts for allAppsCling. Update: Replace Books with Hangouts Update: Clean and add non-GMS fallbacks Update: Fix MMS being in sw70-non-telephony Update: Cast checkitemplacement to long Update: Layouts and avoid rounding issues for sw600dp Change-Id: If0c3ad5ffcb8e2ee4b811251c0360f7512c31fdb
* Trebuchet : Show cling for allapps overviewDanesh Mondegarian2014-02-051-46/+0
| | | | | | | | | 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
* AppsCustomizeLayout: Set background colorNebojsa Cvetkovic2014-01-241-1/+1
| | | | Change-Id: I83236a93fee82677417859cf4f301aec838b6e28
* Search Bar: Fix sw720dp layoutNebojsa Cvetkovic2014-01-241-1/+3
| | | | Change-Id: I6b649a54ede5bb9a263e16865f8448142aa9f1d0
* 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