commit | 7e47e05f40a099abc3101a9d4c7471b3a58de46b | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Jun 23 22:24:53 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 23 22:24:53 2020 +0000 |
tree | 218ffd9863f8a66a31fcda44b206c5fd3f6eab45 | |
parent | e52b39ffb918b9cfca32262ca4659fc29be05bac [diff] | |
parent | d0fcfe2bb7aed2d43477ebb291600776b46477ef [diff] |
Merge "Fix hotseat button alignment" into ub-launcher3-rvc-dev am: d0fcfe2bb7 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11972637 Change-Id: I95d09bbf30ca40ecc57b334eb41203a01efd59aa
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 36c9b00..1dab482 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"/> </FrameLayout> <FrameLayout @@ -102,7 +103,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="?android:attr/selectableItemBackground" - android:gravity="end" + android:layout_gravity="end|center_vertical" android:text="@string/hotseat_edu_accept" android:textColor="@android:color/white"/> </FrameLayout>