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

Commit eeebe9f0 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Respect default styles when constructing GridViews with 1-arg constructor"

parents 46192727 48774533
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public class GridView extends AbsListView {
    private final Rect mTempRect = new Rect();

    public GridView(Context context) {
        super(context);
        this(context, null);
    }

    public GridView(Context context, AttributeSet attrs) {