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

Commit 48774533 authored by Adam Powell's avatar Adam Powell
Browse files

Respect default styles when constructing GridViews with 1-arg constructor

Fixes public bug http://code.google.com/p/android/issues/detail?id=26757

Change-Id: If78b6210485558c5630445bdd4d6312386aaf2b5
parent 5d1907b2
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) {