From a44c09d6c9fb58280a8d95c6ff3a59b630fed0f4 Mon Sep 17 00:00:00 2001 From: Samuel Fufa Date: Tue, 23 Jun 2020 12:46:30 -0700 Subject: [PATCH] Fix hotseat button alignment Screenshot: https://screenshot.googleplex.com/Vr9FXe3oN2t Bug: 159731214 Change-Id: I9e413f5d9bf0144edd413cc5995e7f1fda152f28 --- .../recents_ui_overrides/res/layout/predicted_hotseat_edu.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickstep/recents_ui_overrides/res/layout/predicted_hotseat_edu.xml b/quickstep/recents_ui_overrides/res/layout/predicted_hotseat_edu.xml index 36c9b00e07..1dab48267b 100644 --- a/quickstep/recents_ui_overrides/res/layout/predicted_hotseat_edu.xml +++ b/quickstep/recents_ui_overrides/res/layout/predicted_hotseat_edu.xml @@ -90,6 +90,7 @@ android:layout_height="wrap_content" android:background="?android:attr/selectableItemBackground" android:text="@string/hotseat_edu_dismiss" + android:layout_gravity="start|center_vertical" android:textColor="@android:color/white"/>