summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMiranda Kephart <mkephart@google.com>2019-04-19 14:01:25 -0400
committerMiranda Kephart <mkephart@google.com>2019-04-19 14:01:25 -0400
commitbbc2b688a79d4d6d740e1b8f757b0b86a191b0a0 (patch)
tree68a7a7bfc040b3e8c7f4bd30384958f6b848cb3c /res
parent5235a8867b776117c83265de48d66dca54adc25f (diff)
downloadandroid_packages_apps_Trebuchet-bbc2b688a79d4d6d740e1b8f757b0b86a191b0a0.tar.gz
android_packages_apps_Trebuchet-bbc2b688a79d4d6d740e1b8f757b0b86a191b0a0.tar.bz2
android_packages_apps_Trebuchet-bbc2b688a79d4d6d740e1b8f757b0b86a191b0a0.zip
Remove obsolete ChipsContainer
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
Diffstat (limited to 'res')
-rw-r--r--res/layout/hint_container.xml17
-rw-r--r--res/layout/launcher.xml5
2 files changed, 0 insertions, 22 deletions
diff --git a/res/layout/hint_container.xml b/res/layout/hint_container.xml
deleted file mode 100644
index 75aa91341..000000000
--- a/res/layout/hint_container.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2019 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<merge/> \ No newline at end of file
diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml
index c9cea8062..6ecc1f55d 100644
--- a/res/layout/launcher.xml
+++ b/res/layout/launcher.xml
@@ -52,11 +52,6 @@
layout="@layout/overview_panel"
android:visibility="gone" />
- <include
- android:id="@+id/hints"
- layout="@layout/hint_container"
- android:visibility="gone"/>
-
<!-- Keep these behind the workspace so that they are not visible when
we go into AllApps -->
<com.android.launcher3.pageindicators.WorkspacePageIndicator