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

Commit 07923cbe authored by Nader Jawad's avatar Nader Jawad Committed by android-build-merger
Browse files

Merge "Fixed default angle to be Orientation.LEFT_RIGHT" into qt-qpr1-dev

am: 9740b2c3

Change-Id: I0a1e04021bb0be047a549818af91266ae7c84a2a
parents 21e60e08 9740b2c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ public class GradientDrawable extends Drawable {
    }

    public GradientDrawable() {
        this(new GradientState(Orientation.TOP_BOTTOM, null), null);
        this(new GradientState(Orientation.LEFT_RIGHT, null), null);
    }

    /**