reformat code & optimize import & reorder entries
This commit is contained in:
@ -11,13 +11,12 @@ import android.view.ViewGroup;
|
||||
*/
|
||||
public class MeasureLinearLayoutManager extends LinearLayoutManager {
|
||||
int height;
|
||||
private int[] mMeasuredDimension = new int[1];
|
||||
|
||||
public MeasureLinearLayoutManager(Context context) {
|
||||
super(context);
|
||||
}
|
||||
|
||||
private int[] mMeasuredDimension = new int[1];
|
||||
|
||||
@Override
|
||||
public void onMeasure(RecyclerView.Recycler recycler, RecyclerView.State state,
|
||||
int widthSpec, int heightSpec) {
|
||||
|
||||
Reference in New Issue
Block a user