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

This commit is contained in:
Adam Powell
2012-03-12 13:47:41 -07:00
committed by Android (Google) Code Review

View File

@@ -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) {