From 1159c9c18aab561fca725fd5a765a20021c1bb9f Mon Sep 17 00:00:00 2001 From: Zak Cohen Date: Wed, 15 May 2019 15:47:58 -0700 Subject: [PATCH] Moves proactive hints and wellness toast into a linear layout. This ensures that they do not fight for the space. This is intended to be iterated upon as we find solutions to some of the technical challenges in the current POR. Change-Id: I831e8797b16f28fe2cd742c96e9b7c916abf77a5 --- quickstep/res/layout/task.xml | 72 ++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/quickstep/res/layout/task.xml b/quickstep/res/layout/task.xml index d1ef631075..ecf1b0a19b 100644 --- a/quickstep/res/layout/task.xml +++ b/quickstep/res/layout/task.xml @@ -35,40 +35,42 @@ android:focusable="false" android:importantForAccessibility="no" /> - - - - - - + android:layout_height="wrap_content" + android:orientation="vertical" + android:layout_gravity="bottom|center_horizontal"> + + + + + + \ No newline at end of file