summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/market_button.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-1/+1
| | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
* New small/large screen division for Launcher.Andrew Flynn2012-02-291-0/+36
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