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

Commit 9740b2c3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b71b5035 d31d0967
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);
    }

    /**