summaryrefslogtreecommitdiffstats
path: root/res/layout/launcher.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused hints code.Zak Cohen2019-06-051-5/+0
| | | | | | | | | This layout is handled by the provider of the hints now. Bug: 132886768 Test: manual Change-Id: Ifc0db2395a7503b1b03dcb796961ef6647c0413b (cherry picked from commit f3231f417db08185ec204b247d331dba6a9b0383)
* Implements the new subscript proactive suggestions styleGovinda Wasserman2019-05-101-0/+5
| | | | Change-Id: I89575a315f1468bde2a0f7894cd19b1124afa840
* Adding support for overriding hotseat WidgetSunny Goyal2019-05-021-6/+2
| | | | | Bug: 131360075 Change-Id: I94151cb2987d7decea283790ab9e87cb4627d40c
* Remove obsolete ChipsContainerMiranda Kephart2019-04-191-5/+0
| | | | | | | | Overview chips are now shown on top of the SuggestView, so there is no need to implement them separately in Launcher (now they live in the AiAi UI library). Change-Id: I49bfdcae7ed5ea3f1c40a539217579dfce5b3172
* Scale and translate hotseat with workspace instead of all appsTony2019-03-031-9/+9
| | | | | | | | | - Move the hotseat alongside workspace instead of on top of all apps in xml layout - Set pivot point of hotseat to match the workspace's, and apply the same scale - Translate the hotseat with the workspace instead of all apps - SpringLoadedState does not scale or translate the hotseat Change-Id: Ic45fe99f83f0e0012afa78073d9577e65da444e2
* Add hints in OverviewMiranda Kephart2019-02-201-0/+5
| | | | | | | | | | | | If the ENABLE_HINTS_IN_OVERVIEW flag is enabled, pulls chip hint data (currently from the NavBarHint plugin; eventually from AiAi) and shows the chips between the task view screenshot and the QSB. Screenshot: https://screenshot.googleplex.com/Ww05W13XjBv BUG:124390101 Change-Id: I7686673b705257eca31f2fa40e2744e197153c7c
* Removing separate hotseat widget, instead using a QSB acroll all UI.Sunny Goyal2018-11-051-6/+9
| | | | | | | The QSB is responsible for updating its UI according to various states. Bug: 109828640 Change-Id: Ic8cbf3d404d5870de0f6b8fe25a332b8d21bae20
* Tune device profiles.Jon Miranda2018-06-201-1/+1
| | | | | | | | | | | * Extend page indicator so that its centered within the gap between the workspace items and hotseat. * Decrease the amount of extra space we allot to the hotseat. * Add the extra space to the hotseat bottom padding so that the hotseat icons are aligned to the top of the hotseat. Bug: 78589630 Change-Id: I78c619a757d9d248874216e93376ad4ba18c8e50
* Moving clear all button inside the recents viewSunny Goyal2018-06-111-1/+1
| | | | | | | Bug: 72222505 Bug: 109828536 Change-Id: I843b79db3e47abc2c41ed78f186b9c941941ddef
* Removing scrim overdrawSunny Goyal2018-05-101-1/+0
| | | | | | | | | | > Moving all the scrims to draglayer to avoid creating multiple layers during various animations > Removing sys-ui scrim in various states which alread have a background scrim Bug: 74556464 Bug: 78585335 Change-Id: I8a3fd34ed440f3c7d2e19b3cdb4b72723c535602
* Adding a carent in the scrimSunny Goyal2018-05-091-3/+0
| | | | | | | | | | | > Caret is only visible when the accessibility is enabled > It is visible in NOTMAL and OVERVIEW state and moves out of the scrim along with the scrim. > Acts as an accessible target for various options Bug: 78172350 Bug: 79215734 Change-Id: I8a968b67e36901859649546295f6491d49cc9ce9
* Chaniging all-apps scrimSunny Goyal2018-05-081-0/+3
| | | | | | | | | | | > Converting the scrim to View, to better avoid overdraw > Overview and Spring loaded state have different scrim alpha > When going from overview to all-apps, there is a color scrim drawn over the overview panel. The slef color is merged with this color to prevent overdraw, and the remaining screen is drawn with a cut-out round rect path Bug: 79111591 Change-Id: I26801fde13dd6adb4b06110bbe8087e35cc31847
* Introducing Clear-all button on OverviewVadim Tryshev2018-04-181-1/+1
| | | | | | | | | | | | It’s an initial implementation, i.e. no fancy effects. It shares a parent (LauncherRecentsViewContainer) with RecentsView. The button is centered in clear_all_button_container, which gets positioned programmatically to the right of the last task. (RTL polish will be a separate CL as well). Bug: 72222505 Change-Id: Ia912908a93a30c2f51450ccf0f97c7495e7916d5 Test: Manual
* Adding a custom view for DragHandleSunny Goyal2018-03-261-1/+5
| | | | | | | | | | > Separating page indicator and drag handle > Page indicator always draws irrespactive of oriantation > Drag handle is responsible for accessibility interactions > Adding assissibility actions for DragHandle Bug: 72500733 Change-Id: I9030337456964af1bdf77f1c01956452321f9229
* Changing the overviewState to show appsearch and floating headerSunny Goyal2018-03-191-7/+7
| | | | Change-Id: I2cfd61cfc9978e4c8e4520f0f7217e49e7344c79
* Updating the scrim and landscpae uiSunny Goyal2018-03-011-5/+0
| | | | | | | | | > Instead of views, using a custom class to draw the color scrims > All-apps has full screen UI > Quickstep does not have search box in landscape Bug: 73085356 Change-Id: I360a78a2ade0134daad29fe712796cd39a381fbb
* Using a single launcher layout for all configurationsSunny Goyal2018-01-231-0/+79
Bug: 71709920 Change-Id: Ib23112bc1636007cb41e1919a855bbf5298884b6