summaryrefslogtreecommitdiffstats
path: root/res/layout/widgets_view.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert resource name to what platform ui automator test defines.Hyunyoung Song2015-06-181-0/+1
| | | | | | b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-9/+13
| | | | | | | | | | | | | | | | | | | | | - Adding support for an external search bar that can be used to search a container view. This adds a new interface AllAppsSearchController which manages the external search bar. Each controller will have its own search implementation which means that we no longer need a common AppSearchManager interface. - Removing elevation controller as we no longer have a builtin search bar in all apps - Refactoring container view insets so that they behave the same in all containers. - Refactoring apps view to ensure that we only update the number of columns with the available width - Cleaning up LauncherCallbacks interface Bug: 20127840 Bug: 21494973 Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe
* Consistent scrolling experience for All apps and widget trayHyunyoung Song2015-06-041-1/+0
| | | | | | b/21375339 Change-Id: I8362b3ca94b7c4e75932d42cd09a989e0e3919c0
* Decrease elevation for the reveal view.Sunny Goyal2015-05-221-1/+1
| | | | | | > During the end of allApps animation, the shadow suddenly changes from 15dp to 0 Change-Id: I93bcf1220396b2bda3efea7febc2195ef556938b
* Moving all apps code into sub package.Winson Chung2015-05-221-1/+1
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Introduce scrollbar in widget trayHyunyoung Song2015-05-211-0/+1
| | | | | | b/21270754 Change-Id: I82dd87193f0ed5822f8cd75ef0c785057f949015
* Removing unnecessary linear layoutSunny Goyal2015-05-201-14/+7
| | | | Change-Id: I7fe423b9526805a2e84887e0437ebdc96203c263
* Initially set the widget container view to GONE visibilityHyunyoung Song2015-05-151-0/+1
| | | | | | | | - Bitmap loading should not happen when Launcher3 is being loaded. b/21207643 Change-Id: I1b6a5f970d157d139e0e5021182048f752b67415
* Reodering some drawablesSunny Goyal2015-05-141-3/+5
| | | | | | | | | | | > quantum_panel_shape is xml rectangle with no margin > quantum_panel_bitmap is 9-patch drawable with inbuild shadow and margin > quantum_panel uses xml-shape for lollipop and 9-patch image for lower devices. It includes margin. For shadow, use elevation on lollipop > All drawables have _dark variant > Using #f5f5f5 for panel background, instead of #ffffff Change-Id: Ia7c6cea6d514ee3774fcf5fef6139650bdd53208
* Make drag and drop also work when the widget tray is still in scroll mode.Hyunyoung Song2015-05-061-1/+1
| | | | | | b/20698514 Change-Id: Ic075f0016d5e00bbdec193bbcd2e311da1957388
* WidgetTray UI tweakHyunyoung Song2015-04-191-5/+5
| | | | | | | | | | | - set fixed image view width - fade in when widget bitmap populates - widget dimension is next to the widget name text. - elevation of the widgets content and the reveal view is the same b/19897708 Change-Id: Ia656144412e7d63a491ce67ff15fb58c05d9a9d9
* WidgetTray revamp workHyunyoung Song2015-04-081-0/+49
- RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type For items to be addressed in follow up patches OR CLs, TODO is added to the comment. b/19897708 Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc