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

am: 9e3ef79a9f

Change-Id: I3f24f9be2b27bf8ae54e492bdca31ed7894e9f01
This commit is contained in:
Nader Jawad
2019-09-20 18:42:15 -07:00
committed by android-build-merger

View File

@@ -207,7 +207,7 @@ public class GradientDrawable extends Drawable {
}
public GradientDrawable() {
this(new GradientState(Orientation.LEFT_RIGHT, null), null);
this(new GradientState(Orientation.TOP_BOTTOM, null), null);
}
/**