summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet : Update renamed idsDanesh Mondegarian2013-08-181-1/+1
| | | | | | Update cling text ids for all layouts Change-Id: I8efd5cb882a42bdefc764bc6ed0c75ba75eff7a2
* Fix market & overflow button paddingsVeeti Paananen2013-03-241-2/+2
| | | | | | Patch Set 2: Fixed overflow button padding Change-Id: Ia4bf8e12311b28c13091ec166feb3c24fcfb0596
* Launcher: Fix overflow menu buttonJorge Ruesga2013-03-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | On rotate screen, at all apps drawer in Trebuchet, the overflow menu icon overlays the market icon. This changes contains: 1.- Modify the app_customize_pane layout to avoid that overflow button and market button overlap each other. 2.- Move updateOverflowMenuButton() from runNewAppsAnimation to bindAllApplications. The overflow button need to be updated every time the all app drawer change. 3.- Fix preferencesVisible assignment. If we are in CM and launcher is Trebuchet and device has not permanent button, the overflow menu should be displayed. 4.- Fix onCreateOptionsMenu. On AllAppsVisible the menu should be recreated always 5.- Buttons padding (market and overflow) are reduced to avoid a bad visual effect when both buttons are one beside the other. Before: https://www.dropbox.com/s/i9vgp6sh35nsnjt/before_phone_portrait.png After: https://www.dropbox.com/s/es5j35ny1jf9ey8/after_phone_portrait.png https://www.dropbox.com/s/6sztai1hq0w9ngr/after_phone_landscape.png Patchset 2: Remove unnecessary invalidateOptionsMenu() call Change-Id: I7ec08ff00ed4705846c0b46639965899b16a143d Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Merge tag 'android-4.2.2_r1' of ↵Steve Kondik2013-02-151-83/+94
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/packages/apps/Launcher2 into treb Android 4.2.2 release 1 Conflicts: res/layout-land/launcher.xml res/layout-port/launcher.xml res/layout-sw720dp/launcher.xml src/com/cyanogenmod/trebuchet/AppsCustomizePagedView.java src/com/cyanogenmod/trebuchet/AppsCustomizeTabHost.java src/com/cyanogenmod/trebuchet/CellLayout.java src/com/cyanogenmod/trebuchet/Launcher.java src/com/cyanogenmod/trebuchet/PagedView.java Change-Id: I415138430337bcd21070b815a80de9c0cdd52239
| * 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
* | CellLayout: Use default and target cell countsnebkat2013-01-061-2/+2
| | | | | | | | Change-Id: I586a9ca0c5272a85f03bfe7d58f1b4371aba9034
* | Hotseat: Use single layoutnebkat2012-12-301-19/+0
| | | | | | | | Change-Id: Ia91b4b031c4e2f37babef06f74ab57a898e4b832
* | Hotseat: Fix sw720dp default cell countnebkat2012-12-301-2/+1
| | | | | | | | Change-Id: Iaeeb8feac753ee1d335da5be56d1ae6a2e067efc
* | Workspace: Fix sw720dp scrolling indicatornebkat2012-12-271-1/+15
| | | | | | | | Change-Id: Ibaea6df418144ee9ecfbebffeaba0d9049bd4ce5
* | Fixesnebkat2012-12-262-25/+2
| | | | | | | | Change-Id: I0778017cc8a7afc169fa72ebbee25ba2bdeefc60
* | PagedView: Vertical scroll indicatornebkat2012-12-161-1/+1
| | | | | | | | Change-Id: Ia35fdd69dccacbd7dbeb2749b2c2fbf51973cb64
* | Wallpaper Hacknebkat2012-12-011-17/+15
| | | | | | | | | | | | | | | | | | | | Normally the wallpaper is drawn by the system in a separate window. This means that the wallpaper can often be drawn out of sync with the launcher. This hack gets the wallpaper bitmap and draws it manually (in sync with the rest of the launcher). This increases performance greatly. Change-Id: I6aaf9c574cabcf2ee0bfeef1076140421108331d
* | Fix package mismatchScott Warner2012-11-261-3/+3
| | | | | | | | Change-Id: I97ee13ad3507d083374791f58b1bf8c727d7c793
* | Fix post-merge breakage from the new 4.2 stuffRicardo Cerqueira2012-11-193-8/+7
| |
* | Preferences: Number of Homescreens + Default Screennebkat2012-11-191-8/+1
| | | | | | | | Change-Id: Id361d71c9fd0f0748fa6a48c6702178d366221b8
* | Rename Launcher to TrebuchetChirayu Desai2012-11-196-17/+17
|/ | | | | | Launcher2 is now Trebuchet application_name removed from localized strings and made un-translatable com.android.launcher is now com.cyanogenmod.trebuchet
* 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