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

am: 9740b2c3b0

Change-Id: I3076655fc4df75078fb36d162e3afd06cac7f46d
This commit is contained in:
Nader Jawad
2019-08-29 19:05:57 -07:00
committed by android-build-merger

View File

@@ -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);
}
/**