From 49863356e2479b4ec8dcf8b31aa4ab6b07ce3c45 Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Fri, 24 Feb 2023 12:00:48 +0000 Subject: [PATCH] Set split button drawable to start instead of left Fix: 269493214 Test: Check overview actions in regulard and RTL Change-Id: Ice474294c482de8c552bda5e14efdce989fce4e7 --- .../src/com/android/quickstep/views/OverviewActionsView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/src/com/android/quickstep/views/OverviewActionsView.java b/quickstep/src/com/android/quickstep/views/OverviewActionsView.java index f578b87294..caeda37e09 100644 --- a/quickstep/src/com/android/quickstep/views/OverviewActionsView.java +++ b/quickstep/src/com/android/quickstep/views/OverviewActionsView.java @@ -322,7 +322,7 @@ public class OverviewActionsView extends FrameLayo requestLayout(); - mSplitButton.setCompoundDrawablesWithIntrinsicBounds( + mSplitButton.setCompoundDrawablesRelativeWithIntrinsicBounds( (dp.isLandscape ? R.drawable.ic_split_horizontal : R.drawable.ic_split_vertical), 0, 0, 0); }