Skip to content

Instantly share code, notes, and snippets.

@goodev
Created November 27, 2013 05:52
Show Gist options
  • Save goodev/7671245 to your computer and use it in GitHub Desktop.
Save goodev/7671245 to your computer and use it in GitHub Desktop.
添加虚拟的 ListView header
mFakeHeader = getLayoutInflater().inflate(R.layout.fake_header, mListView, false);
mListView.addHeaderView(mFakeHeader);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment