commit | 346b970942926f9daadc4d31c084d0f52b39b03b | [log] [tgz] |
---|---|---|
author | Alex Chau <alexchau@google.com> | Fri Feb 24 21:44:02 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Feb 24 21:44:02 2023 +0000 |
tree | 0983de288bf93bda29fba237ccb76acd5ababbff | |
parent | a8c2ffc1283bae1af41631ddc4646a1b7c4af669 [diff] | |
parent | 49863356e2479b4ec8dcf8b31aa4ab6b07ce3c45 [diff] |
Merge "Set split button drawable to start instead of left" into tm-qpr-dev
diff --git a/quickstep/src/com/android/quickstep/views/OverviewActionsView.java b/quickstep/src/com/android/quickstep/views/OverviewActionsView.java index de7e2f0..1058e99 100644 --- a/quickstep/src/com/android/quickstep/views/OverviewActionsView.java +++ b/quickstep/src/com/android/quickstep/views/OverviewActionsView.java
@@ -324,7 +324,7 @@ requestLayout(); - mSplitButton.setCompoundDrawablesWithIntrinsicBounds( + mSplitButton.setCompoundDrawablesRelativeWithIntrinsicBounds( (dp.isLandscape ? R.drawable.ic_split_horizontal : R.drawable.ic_split_vertical), 0, 0, 0); }