Search in sources :

Example 1 with MountanScenceView

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);
}
Also used : MountanScenceView(com.race604.flyrefresh.internal.MountanScenceView)

Aggregations

MountanScenceView (com.race604.flyrefresh.internal.MountanScenceView)1