Merge "Fixed default angle to be Orientation.LEFT_RIGHT"

This commit is contained in:
TreeHugger Robot
2019-08-23 17:32:51 +00:00
committed by Android (Google) Code Review

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