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

Commit 49863356 authored by Alex Chau's avatar Alex Chau
Browse files

Set split button drawable to start instead of left

Fix: 269493214
Test: Check overview actions in regulard and RTL
Change-Id: Ice474294c482de8c552bda5e14efdce989fce4e7
parent 92c93bdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,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);
    }