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

Commit 02775c78 authored by susanta.patra's avatar susanta.patra Committed by android-build-merger
Browse files

Merge "Fixed button bar alignment issue in RTL languages" am: 403c8f72 am: 2063b1f7

am: bf62defe

Change-Id: I7113cb185049848344c01b857e8a8646e9967432
parents a21ae5cb bf62defe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ public class ButtonBarLayout extends LinearLayout {

    private void setStacked(boolean stacked) {
        setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
        setGravity(stacked ? Gravity.RIGHT : Gravity.BOTTOM);
        setGravity(stacked ? Gravity.END : Gravity.BOTTOM);

        final View spacer = findViewById(R.id.spacer);
        if (spacer != null) {