summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: Better layout for isScreenLarge devicesJorge Ruesga2013-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | This change increase the space for the shortcuts at hotseat to fit the workspace on isScreenLarge devices. Also deactivate and remove the stretch screen setting, because the dimensions are always calculated on these devices. Also this change configures the space between hotseat pages to avoid to display icons for other pages in the current hotseat page. Patchset 2: Added nebkat suggestions Screenshots from TF700T: Landscape -> https://sharecloud.ruesga.com/public.php?service=files&t=efede324ade05db79878eac13e637301 Portrait -> https://sharecloud.ruesga.com/public.php?service=files&t=79a7002a73e167eed08a195c4cf3d05c Change-Id: I061303ce2ac78f3e7f7b13c4a25602b14e991e99 JIRA: CYAN-502 Issue: https://jira.cyanogenmod.org/browse/CYAN-502 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Fix market & overflow button paddingsVeeti Paananen2013-03-242-4/+4
| | | | | | Patch Set 2: Fixed overflow button padding Change-Id: Ia4bf8e12311b28c13091ec166feb3c24fcfb0596
* Launcher: Fix overflow menu buttonJorge Ruesga2013-03-033-14/+22
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* Hotseat: Use single layoutnebkat2012-12-301-0/+19
| | | | Change-Id: Ia91b4b031c4e2f37babef06f74ab57a898e4b832
* Hotseat: Icon scalenebkat2012-12-271-0/+36
| | | | Change-Id: I6cae71283c164fe576dfd8338097f74d5d025b4a
* Launcher: Software Menu Buttonnebkat2012-12-272-0/+38
| | | | Change-Id: Ief9a0bce26b557f10c341c79cd4c9a96d591f9cb
* Cleanupnebkat2012-12-261-1/+1
| | | | Change-Id: Ied69f285305dbc3e1bf62676f23c47d6c6969e0a
* Workspace: Shortcut renamingnebkat2012-12-232-0/+42
| | | | Change-Id: I67e7441b3d6ba4eba70936c2fbdc9d854b706948
* AppsCustomizePagedView: Filteringnebkat2012-12-222-0/+42
| | | | Change-Id: I829fc4b1a54e348d3c13da602d133dc20d315cca
* AppsCustomizePagedView: Indicator Positionnebkat2012-12-211-3/+17
| | | | Change-Id: I84a92eeffd54a0e07ddc494af1defe0e65e1d676
* Preferences: Cleanupnebkat2012-12-191-0/+66
| | | | Change-Id: I8973c8c043755ed01e1bb6107b09bb0eb734e66a
* Workspace: Indicator Positionnebkat2012-12-192-4/+3
| | | | Change-Id: I0b297fc8b34df9995deed889ca065e83e4e49725
* PagedView: Vertical scroll indicatornebkat2012-12-161-2/+11
| | | | Change-Id: Ia35fdd69dccacbd7dbeb2749b2c2fbf51973cb64
* Fix post-merge breakage from the new 4.2 stuffRicardo Cerqueira2012-11-191-3/+3
|
* AppsCustomize: Apps Sort Mode Clingnebkat2012-11-191-0/+6
| | | | Change-Id: I07a08afb1f249f226693e935ad7ebc017f9c79b0
* DoubleNumberPickerPreferencenebkat2012-11-191-0/+64
| | | | Change-Id: I9e71b1f889e98e134b99c965452192e503ff2f08
* Preferences: NumberPickerPreferenceDanesh M2012-11-191-0/+28
| | | | Change-Id: I1888fe530a71af1e5d3b015d4a416c98e20ee3e0
* Rename Launcher to TrebuchetChirayu Desai2012-11-198-22/+22
| | | | | | 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/+2
| | | | | | Bug #7334849 Change-Id: Iae01cf5c587716951dee849e9c4116717d137d8f
* Re-merge "Add support for custom manta cling"Michael Jurka2012-10-081-0/+30
| | | | | | | | | | | | | | Also, fix issue where mako was crashing because Launcher was trying to load a custom cling for it. It was doing this because a custom home layout was specified by SetupWizard, but for now we only want custom clings on large devices Bug: 7302705 Bug: 6992663 This reverts commit 2ebcf509f038f435ca8819dc098a7cb480bed0d9. Change-Id: I46533309d5c62edfbd3a3b178c6965ffc73b6476
* Revert "Add support for custom manta cling"Michael Jurka2012-10-081-30/+0
| | | | This reverts commit 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.
* Add support for custom manta clingMichael Jurka2012-10-051-0/+30
| | | | | | - Load a custom cling if custom workspace layout is specified - Also persist any custom workspace layout Bug: 6992663
* 7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifestFabrice Di Meglio2012-09-251-1/+2
| | | | | | | | | | | | - add basic RTL support in the AndroidManifest so that Widgets will be able to support RTL too - force LTR layout direction to AppsCustomizeTabHost so that we dont have to deal with layout mirroring yet (do not need to force also LTR layout direction to Wallpaper activity and fragment as another CL is removing the ActionBar on them) Change-Id: I66623a3fcec0d7adef62b0ab8c8b2170e09f1b1b
* Cleaning up folders for 7-inch and 10-inch UIsAdam Cohen2012-08-151-4/+4
| | | | Change-Id: I44c068ea288e4683aa7dc9e86bdac6226bb42b75
* Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)Winson Chung2012-07-101-0/+39
| | | | Change-Id: I619f0a0118e53cfc703870fcc9083bb9bf1855b2
* Updating how widget previews lookMichael Jurka2012-05-221-13/+16
| | | | | | | | | Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
* Fixing issue where landscape delete button is not centered. (Bug 6493651)Winson Chung2012-05-151-23/+3
| | | | Change-Id: I782351da2daf511a79e5c9f1d3cef90bec2ca6d1
* Refactoring padding dimens for CellLayouts and WorkspaceAdam Cohen2012-04-261-6/+7
| | | | Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892
* Fix a lot of easy lint issuesMichael Jurka2012-02-245-7/+2
| | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* Fixing a few landscape issues.Winson Chung2011-11-281-0/+1
| | | | | | | | - Fixing issue where widgets/icon names from side pages show in landscape (Bug 5665226) - Fixing issue where the workspace was rendering over the hotseat in landscape (Bug 5665226) - Fixing regression where the market button had no press feedback Change-Id: Idcd890fdddab2d463195c9b3000fe7a0ab357200
* Minor fixes to LauncherWinson Chung2011-11-181-3/+2
| | | | | | | | | | - Tweaking the AllApps tab padding - Fixing issue where the cling punch out might be in the wrong location - Removing unused dragging code related to drop/scroll area overlap - Tweaking padding so that picking up an icon on the top row does not automatically hover over delete (Bug 5636264) - Fixing issue where multiple bgs in AllApps tab bar line makes it look blurry (Bug 5523822) Change-Id: I707397c231188a9feee8c0856374e0483cf37296
* Merge "Fixing small regressions in folder text offset. (Bug 5600902)" into ↵Winson Chung2011-11-161-1/+3
|\ | | | | | | ics-mr1
| * Fixing small regressions in folder text offset. (Bug 5600902)Winson Chung2011-11-141-1/+3
| | | | | | | | | | | | - Tweaking AppsCustomize tab bar dimens Change-Id: I5809c0ffb5fb0f7e0124d875c97198aafa4e43e3
* | Delay loading All Apps pages until the first time we enter All Apps, making ↵Michael Jurka2011-11-131-1/+3
|/ | | | | | launcher startup faster (5000628) Change-Id: I2a2218975141d7659184de83e505c7ab6e613232
* Improve Apps/Widgets transitionMichael Jurka2011-11-111-1/+2
| | | | | - Avoid using a bitmap when doing crossfade when switching between Apps/Widgets tabs, also fixes a visual issue on stingray (5104303) Change-Id: I7365c629e704f37e18350ad15a849c034553d0b3
* Unifying overscroll btw phone and tabletAdam Cohen2011-11-111-1/+1
| | | | | | -> Using separate assets for removing and uninstalling Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03
* Reduce unnecessary layout passesMichael Jurka2011-11-101-1/+1
| | | - Also delete unused code
* Fixing issue where AllApps labels were getting clipped (Bug: 5490118)Winson Chung2011-11-081-2/+2
| | | | | | - Tweaking the AllApps grid spacing Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
* Fixing issue where widget previews were being scaled up.Winson Chung2011-10-281-1/+2
| | | | Change-Id: I94eaa1beb0579c8045a3b4c6ff72f7b9622a62ff
* Asset updatesPeter Ng2011-10-271-2/+1
| | | | | | | - Change how default widget previews look (5509429) - Improve antialiasing in portal assets Change-Id: I9993aec46a9a9ab8a732b4fc150120c935523f02
* Fixing small tablet issuesWinson Chung2011-10-251-2/+1
| | | | | | | | - Removing phone search container bg from tablet ui - Fixing the tab text for tablet AppsCustomize - Fixing wallpaper items in wallpaper chooser Change-Id: I3424cd8f32a767844b8bed54437f746a0fc381e5
* Fixing some issues with AppsCustomizeWinson Chung2011-10-111-15/+7
| | | | | | | | - Tweaking the widget page to make it a little tighter - Altering the way we generate widget previews to make them more consistent - Making the Apps page two line titles Change-Id: I7bce420466c1d41fb87b423f259472482803a406
* Fully display decenders in folders (issue 5253358)Adam Cohen2011-09-291-1/+2
| | | | | | -> Also, turned off extract mode for folder renaming Change-Id: I5e544c9b225b3f205c90e977bfb6be516214718c
* Adding keyboard support to folders and fixing renaming rough edgesAdam Cohen2011-09-291-1/+1
| | | | Change-Id: I62e1a5699e4c7e8d53f5f7d6331a854270a83aa1
* Fix bug: All Apps progress bar wasn't centeredMichael Jurka2011-09-271-2/+1
| | | | Change-Id: I28647e9c77364e1761e6be19f4940dc5bc836423
* Launcher tweaks.Winson Chung2011-09-191-1/+1
| | | | | | | | | - Updating search bar bg - Removing clings from the layout if they are already dismissed - Tweaking cling description paddings for languages that are more verbase - Tweaking wallpaper picker gallery spacing Change-Id: I801cdf4b1d0cc49a53113318d7b9075f6fa218bd
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-0/+2
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Fixing up search bar and adding bg. (5051804)Winson Chung2011-09-181-1/+2
| | | | Change-Id: Ifeada9f2e8c1cd801a099f355c73fdac5300e11a
* DO NOT MERGE: Fixing regression where scroll position would be offset when ↵Winson Chung2011-09-151-0/+1
| | | | | | | | | rotated. - Fixes the scrolling issue only in conjunction with framework measure fix - Updating the wallpaper gallery item background Change-Id: I156de59a3eadfdaa61018c0a74ad0614d76cde6d
* Bug FixingWinson Chung2011-09-082-2/+2
| | | | | | | | | - Setting loader thread priority to default after loading to help rotation time (5264039, more work to be done here potentially) - Fixing regression in missing background gradient for hotseat - Removing the old cupcake gallery item bg, new bg assets coming soon (5160311) - Defering showing the AppsCustomize tab bar until we request layout to help a little with the flashing Change-Id: I8c4981435f684363be951696986b7ab1b71956eb