Merge "Revert "Fixed default angle to be Orientation.LEFT_RIGHT""
This commit is contained in:
committed by
Android (Google) Code Review
commit
636209dec8
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user