use of com.race604.flyrefresh.internal.MountanScenceView in project FlyRefresh by race604.
the class FlyRefreshLayout method init.
private void init(Context context) {
MountanScenceView headerView = new MountanScenceView(getContext());
LayoutParams lp = new LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, mHeaderController.getMaxHeight());
setHeaderView(headerView, lp);
}
Aggregations