summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorPerumaal S <perumaal@google.com>2019-05-12 14:16:37 -0700
committerPerumaal S <perumaal@google.com>2019-05-12 14:56:25 -0700
commit64941fd9c6bf5326c6dbc199b16cbe26ccfdeffa (patch)
treed9dde32500c111997a77ba697d1debe0893483ee /quickstep/res
parent08ff6f586cb6e8757f803fc4c1f2f2061fbe0ef6 (diff)
downloadandroid_packages_apps_Trebuchet-64941fd9c6bf5326c6dbc199b16cbe26ccfdeffa.tar.gz
android_packages_apps_Trebuchet-64941fd9c6bf5326c6dbc199b16cbe26ccfdeffa.tar.bz2
android_packages_apps_Trebuchet-64941fd9c6bf5326c6dbc199b16cbe26ccfdeffa.zip
Add proactive hints container
This replaces all other chips containers and causes minimal layout overhead: It is strictly within the task itself and causes zero jank or space issues. Screenshots: https://drive.google.com/corp/drive/folders/1-3ZNCJtWc9_cgmP1nNd8U1yvpCr6GGoq Test: manual Change-Id: I5e22a34c4dc1ac3e73c4d5c913befc2360cb388e
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/layout/task.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/quickstep/res/layout/task.xml b/quickstep/res/layout/task.xml
index 1d1c2723f..d1ef63107 100644
--- a/quickstep/res/layout/task.xml
+++ b/quickstep/res/layout/task.xml
@@ -61,4 +61,14 @@
android:gravity="center_vertical"
/>
</com.android.quickstep.views.DigitalWellBeingToast>
+
+ <FrameLayout
+ android:id="@+id/proactive_suggest_container"
+ android:layout_width="match_parent"
+ android:layout_height="36dp"
+ android:gravity="center"
+ android:layout_gravity="bottom|center"
+ android:translationY="20dp"
+ android:elevation="4dp"
+ />
</com.android.quickstep.views.TaskView> \ No newline at end of file