summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorZak Cohen <zakcohen@google.com>2019-05-17 15:51:44 -0700
committerZak Cohen <zakcohen@google.com>2019-05-20 10:44:20 -0700
commit418b9bc5fc1ce93711663754a15d157d2094331a (patch)
tree5d2a3208ce1572cfc69bdcfd16a0a36c6f4d4960 /quickstep/res
parent0de5939638d95f7f5111aaf1ee7927be19efd5e6 (diff)
downloadandroid_packages_apps_Trebuchet-418b9bc5fc1ce93711663754a15d157d2094331a.tar.gz
android_packages_apps_Trebuchet-418b9bc5fc1ce93711663754a15d157d2094331a.tar.bz2
android_packages_apps_Trebuchet-418b9bc5fc1ce93711663754a15d157d2094331a.zip
Adapt the task footer container to be a named container.
Bug: 126744445 Test: manual Change-Id: Id00ffac4581bbbe5dfd73a63b05c4512394745c1
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/layout/task.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/quickstep/res/layout/task.xml b/quickstep/res/layout/task.xml
index ecf1b0a19..ba4ea8bc6 100644
--- a/quickstep/res/layout/task.xml
+++ b/quickstep/res/layout/task.xml
@@ -36,6 +36,7 @@
android:importantForAccessibility="no" />
<LinearLayout
+ android:id="@+id/task_footer_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@@ -43,7 +44,7 @@
<FrameLayout
android:id="@+id/proactive_suggest_container"
android:layout_width="match_parent"
- android:layout_height="36dp"
+ android:layout_height="48dp"
android:gravity="center"
android:visibility="gone"
/>