From 6cf7b319acc35c24bbb28d51aa62a53a592612fd Mon Sep 17 00:00:00 2001 From: "sfufa@google.com" Date: Tue, 2 Nov 2021 00:15:12 -0700 Subject: [PATCH] [Search] Show search suggestions with in Recyclerview This change removes usage of FloatingHeaderView to display suggested web results to using RecyclerView. Bug: 204116666 Test: Manual [apk attached to BR] Change-Id: I7f8f1a5630f3cc2b29e7276636eaf45cda148566 --- res/layout/all_apps.xml | 9 ---- .../launcher3/allapps/AllAppsGridAdapter.java | 19 ++++--- .../launcher3/allapps/FloatingHeaderView.java | 50 ------------------- 3 files changed, 11 insertions(+), 67 deletions(-) diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml index a34baef214..7f9f63ea18 100644 --- a/res/layout/all_apps.xml +++ b/res/layout/all_apps.xml @@ -43,15 +43,6 @@ -