Merge "Fix drag to split in RTL" into tm-dev am: 1970f8ddd2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17725414

Change-Id: Ib89a1af4941d261cdd4d53f0150c704f93ad0f4d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Mady Mellor
2022-04-18 17:24:25 +00:00
committed by Automerger Merge Worker

View File

@@ -94,6 +94,9 @@ public class DragLayout extends LinearLayout {
mDividerSize = context.getResources().getDimensionPixelSize(
R.dimen.split_divider_bar_width);
// Always use LTR because we assume dropZoneView1 is on the left and 2 is on the right when
// showing the highlight.
setLayoutDirection(LAYOUT_DIRECTION_LTR);
mDropZoneView1 = new DropZoneView(context);
mDropZoneView2 = new DropZoneView(context);
addView(mDropZoneView1, new LinearLayout.LayoutParams(MATCH_PARENT,