summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge
Commit message (Collapse)AuthorAgeFilesLines
* Modifying wallpapers customization page to look like widgets.Winson Chung2010-11-102-2/+62
| | | | | | - Disallowing touch handling when there are no children Change-Id: I925d6f1f862f8c7994a80c4eaacc80f8d59f6ab2
* Fixing issue where holgoraphic icon backgrounds were not being drawn.Winson Chung2010-11-092-4/+0
| | | | | | - Removing the workarounds that we had previously to get around this. Change-Id: I4f2b2f827988a7d76d86406542f647701df81a2d
* Initial changes to allow resolution of arbitrary clip data to widgets that ↵Winson Chung2010-11-031-0/+39
| | | | | | support them. Change-Id: Id5dfa8436a5bf6eb7bd300ec603911a9d3698de3
* Layout and spacing changes for AllApps/Customization drawerWinson Chung2010-11-013-12/+6
| | | | | | - Also fixing issue where preview images in the customization drawer were not being scaled down Change-Id: I83d1abf019d591954204b87a437eac2ff916dd54
* Increasing icons for homescreen as well as as all-apps (temporarily until we ↵Winson Chung2010-10-271-11/+1
| | | | | | | | get hi-res icons). - Also fixing spacing in the portrait mode, and using the same styles for both AllApps and workspace icons. Change-Id: I222dd5d53a39d6940a85f40b57912b69c926ffd0
* More spacing changes to Customization Drawer.Winson Chung2010-10-211-2/+1
| | | | Change-Id: Ie51a0a5da6169b0651e9f70cfb28450254cf0df1
* More spacing changes for AllApps.Winson Chung2010-10-201-1/+2
| | | | | | - Also testing a simple scale of existing icons in lieu of high res icons. Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
* Adding message when there are no icons in a particular tab.Winson Chung2010-10-141-4/+4
| | | | Change-Id: Icbf122d10d07fcacb8a4429431ea389826a3d173
* Tweaking spacing and layout of AllApps/Customize in portrait.Winson Chung2010-10-121-155/+0
| | | | | | | | - Also added workaround for tab label not being initially selected - Added fix for initial layout of PagedViews preventing side pages from having proper alpha - Marking widget dims format string as not translatable Change-Id: I74a5410b88e2766816a87b14e64058b4288c214d
* ->Added attribute to PagedView to specify spacing betweenAdam Cohen2010-10-051-1/+2
| | | | | | adjacent pages ->Fixing crash on phones Change-Id: I8ea97ce6d569c59b6d51b544dc10b0310d294b43
* fix 3053561: Update homescreen icons for all apps, customizePatrick Dubroy2010-10-041-14/+17
|
* Pulling search button from metadata in search provider,Michael Jurka2010-10-041-1/+0
| | | | | or falling back on our default icon. Change-Id: I59fc59b76a0915a04275e08c88f5d46c3484cc6c
* Adding tap-to-add behaviour to the customization drawer.Winson Chung2010-09-274-11/+27
| | | | Change-Id: I5a0863a8df2a0b4855112eb29b40b6e7dd550db9
* Initial changes to add Applications tab in the customization drawer for ↵Winson Chung2010-09-241-45/+0
| | | | | | | | usability testing. - Also adding padding attributes for the dynamic layouts created for each page. Change-Id: I76a7b6b8f4d83329c506fd6055f910575d0c200f
* Fix misaligned drop targets in the all apps CABPatrick Dubroy2010-09-221-1/+1
|
* Changing the holographic outline algorithm to match designs.Winson Chung2010-09-171-1/+9
| | | | Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
* Initital changes for new customization drawer/widget tab design.Winson Chung2010-09-152-17/+59
| | | | Change-Id: I160c8777fe2657ab303acfa20934f2e90f9e953e
* Updated for framework changes in ActionBar style attributesAdam Powell2010-09-102-3/+3
| | | | Change-Id: I8e9050a784b4b20398309e6d279ab17652a29ade
* Updating assets for toolbar buttons, setting new default wallpaper.Winson Chung2010-09-082-2/+5
| | | | | | Fixing small namespace issue where PagedView attributes weren't actually being respected. Change-Id: Id260fae6278b616b446da1ce04ec18b11ed0bf45
* Implement selection mode for All Apps with delete and info actions.Patrick Dubroy2010-09-062-10/+11
|
* Add a market button to the toolbar.Patrick Dubroy2010-08-301-0/+1
| | | | | We determine the default app market activity by resolving an intent, and fetch the icon from the activity's meta-data.
* Add a market button and add toolbar button animations.Patrick Dubroy2010-08-251-19/+30
| | | Also clean up a lot of the animation code to be more centralized.
* Adding holographic outline for paged items (sans widgets).Winson Chung2010-08-194-2/+10
| | | | | | Fixing possible null ptr exception in Launcher. Change-Id: Ie625a6503299cf122e5c22852846d59e66f77414
* Implement button to get application info for an app shortcut.Patrick Dubroy2010-08-181-6/+24
| | | | | | | | For now, it's just a drag target like the delete zone. Once all apps and the home screen support a selection mode, this (and delete) will be implemented as buttons in the Contextual Action Bar. Change-Id: I6bf43d03eefda672ea34c583a7021137da22b184
* removed the temp screen rotation buttonMichael Jurka2010-08-161-23/+7
| | | Change-Id: I26d5a840270065e43d4f66b3c53c7e9d52ce4200
* Adding paging for the widget/shortcut/folder customization area and fixing bugs.Winson Chung2010-08-165-23/+102
| | | | | | | | | Adding pages for customization drawer with initial implementation of proposed flow layout for widgets. Fixes for keeping all apps, and widgets in sync with Launcher Model, optimizations for reloading all apps pages when invalidating. Adding some animations for tab transitions and feedback when long pressing to add certain items. Change-Id: I8d51749f3a91c964bed35681f3a9192200b0d93e
* Creating generic Workspace/CellLayout for paged views in Launcher.Winson Chung2010-08-162-26/+42
| | | | | | | | Adding SimpleWorkspace, SimpleCellLayout and an AllApps implementation of the SimpleWorkspace. Making SimpleWorkspace support content with smaller dimensions than the workspace dimensions itself. Temporary change to AllApps tabs styling until we get new assets for tabs in general. Change-Id: Ibe3c56603223853d232816b6695e4ddd757857ba
* -> Set grid to 8x7 with proper spacing for landscape/portraitAdam Cohen2010-08-112-38/+26
| | | | | | | -> Added a button to the top left of Launcher which switches between landscape and portrait. For testing purposes only. Change-Id: I01f8cfcf92c8ba7727eeba0e59a0b8ff055598fe
* workspace bug fixesMichael Jurka2010-08-101-11/+10
| | | | | | | | | | | - fixed: pressing home sometimes left workspaces in shrunken state - fixed: position of delete zone (trash icon) - fixed: workspace unshrink sometimes looked weird when coming from all apps - fixed: clicking power button and returning left workspace in shrunken state Change-Id: Ie974202926e6880ccda26ac9fe967fb587a9b7a3
* Refactor zooming animation, and apply it to customize drawer too.Patrick Dubroy2010-08-092-4/+3
| | | | Change-Id: I0bbd5a68adc82cea02dc583ac3d04e3de8c0346e
* Fix incorrect offset in drag feedback, and other minor stuff.Patrick Dubroy2010-08-041-1/+1
| | | | - moved some dimens to -xlarge - enlarge AllApps so that it's not clipped
* Move all apps to the new animation framework, and some other all apps changesPatrick Dubroy2010-08-041-1/+1
| | | | Change-Id: Ib4c827966423d76e62db24036bbca0cd6ee46b95
* Cleaning up grid size specification in LauncherAdam Cohen2010-08-042-8/+6
| | | | | | | | | | | | This commit eliminates the notion of in-place rotations and a bunch of associated complexities (including the notion of canonical coordinates). Further, the number of x and y cells per workspace screen is now being stored in a single location in the XML definition of Workspace. This fixes a couple bugs where incorrect values were being used. Finally, eliminated the notion of "shortAxis" and "longAxis" in terms of padding and cell count. These have been translated to corresponding x and y axis values. Change-Id: I30cfed66f82d739355b3f01730b28b6c0437989c
* refreshed apps/configure button, added search buttonMichael Jurka2010-08-031-15/+23
| | | | | | | | - configure button now has a pressed state (as do the other two) - also added a cast to getX() from float->int because of changes in the view property code Change-Id: I57dc6e44838f4f4354f8977a3b542e93384b3d7d
* Tapping on mini-screen in All Apps view now goes back to home screenMichael Jurka2010-07-301-0/+1
| | | | | - had to disable touch event swallowing in workspace in X-Large mode to get this to work - also changed default screen in XLarge mode to 2 (the middle one)
* Home screen now shrinks while customizingMichael Jurka2010-07-271-1/+1
| | | | | | | - added a shrink/fade animation on home screen when going into customization mode - made items in the customization drawer larger Change-Id: Iddbaf14aa5b1504fe94966971a1ab95c00f24331
* Switched to tabbed version of AllApps2D on xlarge screens.Patrick Dubroy2010-07-262-35/+94
| | | | | | | | - add a temporary new zoom animation for all apps - modify AllApps2D to allow it to be transparent - other changes to dismiss the customization drawer when appropriate Change-Id: I5660ab77f256ded299c1721c589983a1b30d56a4
* Fixed height of all apps icon in some configurations (running N1 with DPI ↵Michael Jurka2010-07-121-0/+1
| | | | set to 120)
* Improving home screen customizationMichael Jurka2010-07-091-42/+71
| | | | | | | | | | - Created a drawer with tabs for widgets, folders, shortcuts, wallpapers (wallpapers are currently not implemented) - Tapping outside the drawer dismisses it - Moved the all apps icon to the upper right of the screen - Adding a toast that says "No more space on screen" when dragging a widget to a full screen - Fixed bug where you could stack two equal-sized widgets on top of each other on the homescreen (exposed by the new ability to drag widgets onto the home screen) Change-Id: I03b65ce54a85d24328c94e0c06e249571de449ee
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-302-2/+34
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* First cut at new home screen customization for xlarge displays.Michael Jurka2010-06-281-0/+92
- Add new layout for xlarge, removing hotseat, next/prev page, etc. - Add a "+" button in top right which switches to customization mode - Add a widget chooser which slides up from bottom of screen - Initial support for dragging widgets onto home screen Change-Id: I14e2e013ccceff4066fcb7c4492b4f6bef6595e7