From 7881b81aa71d2c202877b4de4e8964e999d242f2 Mon Sep 17 00:00:00 2001 From: Brian Isganitis Date: Thu, 26 Jan 2023 18:30:19 -0800 Subject: [PATCH 1/2] Add settings asset to persistent Taskbar tooltip. Test: Manual (3 button) Bug: 263157739 Change-Id: I8daf3c08e48ef1f9ec190af301333d279878aa59 --- quickstep/res/layout/taskbar_edu_features.xml | 44 +++++++++++++++++-- quickstep/res/raw/taskbar_edu_settings.json | 1 + quickstep/res/values/strings.xml | 4 +- .../taskbar/TaskbarEduTooltipController.kt | 9 +++- 4 files changed, 51 insertions(+), 7 deletions(-) create mode 100644 quickstep/res/raw/taskbar_edu_settings.json diff --git a/quickstep/res/layout/taskbar_edu_features.xml b/quickstep/res/layout/taskbar_edu_features.xml index 22b99e82f4..ed8cfb10b1 100644 --- a/quickstep/res/layout/taskbar_edu_features.xml +++ b/quickstep/res/layout/taskbar_edu_features.xml @@ -23,8 +23,8 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:text="@string/taskbar_edu_features" - app:layout_constraintEnd_toEndOf="@id/suggestions_animation" - app:layout_constraintStart_toStartOf="@id/splitscreen_animation" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> + + + + + + + +