Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

The background turns to be black, when adding a header #41

Description

@alpha-bee

I add a header in MultiColumnListView, then the list turns to be black.
The code below is what I add in SampleActivity.java:
View headerView = View.inflate(context, R.layout.listview_header, null);
listView.addHeaderView(headerView);
mAdapter = new PLAAdapter(getActivity());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions