Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d56e6a63 authored by Alex Chau's avatar Alex Chau Committed by Automerger Merge Worker
Browse files

Merge "Set split button drawable to start instead of left" into tm-qpr-dev am: 346b9709

parents 2248a0e9 346b9709
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ public class OverviewActionsView<T extends OverlayUICallbacks> extends FrameLayo

        requestLayout();

        mSplitButton.setCompoundDrawablesWithIntrinsicBounds(
        mSplitButton.setCompoundDrawablesRelativeWithIntrinsicBounds(
                (dp.isLandscape ? R.drawable.ic_split_horizontal : R.drawable.ic_split_vertical),
                0, 0, 0);
    }