summaryrefslogtreecommitdiffstats
path: root/quickstep/recents_ui_overrides/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-05-29 01:09:06 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-06-13 10:39:46 -0700
commit5b636ebfd4a8a2ef53a11d0190c59dd0fb9aad75 (patch)
tree1760e85afd070e4b4d57a38f8ae5687ef3bffe57 /quickstep/recents_ui_overrides/res
parent3d6e96d5265cdea78ad4e01b0f9fde0eea539094 (diff)
downloadandroid_packages_apps_Trebuchet-5b636ebfd4a8a2ef53a11d0190c59dd0fb9aad75.tar.gz
android_packages_apps_Trebuchet-5b636ebfd4a8a2ef53a11d0190c59dd0fb9aad75.tar.bz2
android_packages_apps_Trebuchet-5b636ebfd4a8a2ef53a11d0190c59dd0fb9aad75.zip
Optimizing some layouts in taskview
> Recycling DigitalWellBeingToast so that the view is not inflated everytime > Simplifying DigitalWellBeingToast to use a single text view > Adding support for footers in taskView without creating additional layout Bug: 122345781 Change-Id: Ia889819b93eb8644532ea95c6767554874d5e2d1
Diffstat (limited to 'quickstep/recents_ui_overrides/res')
-rw-r--r--quickstep/recents_ui_overrides/res/layout/proactive_hints_container.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/quickstep/recents_ui_overrides/res/layout/proactive_hints_container.xml b/quickstep/recents_ui_overrides/res/layout/proactive_hints_container.xml
deleted file mode 100644
index be3f17acd..000000000
--- a/quickstep/recents_ui_overrides/res/layout/proactive_hints_container.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<com.android.quickstep.hints.ProactiveHintsContainer
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal|bottom"
- android:gravity="center_horizontal">
-</com.android.quickstep.hints.ProactiveHintsContainer> \ No newline at end of file