summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorZak Cohen <zakcohen@google.com>2019-06-03 14:58:18 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-06-05 11:18:09 -0700
commit8d19146b7b90664e1290d1c186c93e6d17fa94e8 (patch)
treefacb294bd33e840769cfdd8380bc170234d22116 /res
parentff9fe09b3f6cdf3a5046e22f8bcf30e99890f4c2 (diff)
downloadandroid_packages_apps_Trebuchet-8d19146b7b90664e1290d1c186c93e6d17fa94e8.tar.gz
android_packages_apps_Trebuchet-8d19146b7b90664e1290d1c186c93e6d17fa94e8.tar.bz2
android_packages_apps_Trebuchet-8d19146b7b90664e1290d1c186c93e6d17fa94e8.zip
Remove unused hints code.
This layout is handled by the provider of the hints now. Bug: 132886768 Test: manual Change-Id: Ifc0db2395a7503b1b03dcb796961ef6647c0413b (cherry picked from commit f3231f417db08185ec204b247d331dba6a9b0383)
Diffstat (limited to 'res')
-rw-r--r--res/layout/launcher.xml5
-rw-r--r--res/layout/proactive_hints_container.xml20
-rw-r--r--res/values/dimens.xml5
3 files changed, 0 insertions, 30 deletions
diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml
index 9cab9c2a5..cca899bda 100644
--- a/res/layout/launcher.xml
+++ b/res/layout/launcher.xml
@@ -48,11 +48,6 @@
layout="@layout/overview_panel"
android:visibility="gone" />
- <include
- android:id="@+id/hints"
- layout="@layout/proactive_hints_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
diff --git a/res/layout/proactive_hints_container.xml b/res/layout/proactive_hints_container.xml
deleted file mode 100644
index 2637f038c..000000000
--- a/res/layout/proactive_hints_container.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2016 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.
--->
-<Space
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="0dp"
- android:layout_height="0dp" /> \ No newline at end of file
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 0da56dafb..4bcb8a7f4 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -232,11 +232,6 @@
<dimen name="snackbar_min_text_size">12sp</dimen>
<dimen name="snackbar_max_text_size">14sp</dimen>
-<!-- Hints -->
- <dimen name="chip_hint_height">26dp</dimen>
- <dimen name="chip_hint_bottom_margin">194dp</dimen>
- <dimen name="chip_hint_overhang">15dp</dimen>
-
<!-- Theming related -->
<dimen name="default_dialog_corner_radius">8dp</dimen>