List of usage examples for android.widget AbsListView.LayoutParams AbsListView.LayoutParams
public LayoutParams(int w, int h, int viewType)
From source file:com.appunite.list.AbsListView.java
@Override protected ViewGroup.LayoutParams generateDefaultLayoutParams() { return new AbsListView.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT, 0); }