Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add header View #7

Open
thewthew opened this issue Dec 23, 2016 · 0 comments
Open

add header View #7

thewthew opened this issue Dec 23, 2016 · 0 comments

Comments

@thewthew
Copy link

Thanks for this project: this should be automatically added to the android API.
Nevertheless I think it's relevant to add a headerview to the project.
For the moment i just added it to the InfiniteListView after setting the listView

        listView = (ListView) view.findViewById(R.id.listView);
        listView.setFooterDividersEnabled(false);
        View header = LayoutInflater.from(context).inflate(R.layout.headerlist, null, false);
        listView.addHeaderView(header);

Great project anyway 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants