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

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

Open
alpha-bee opened this issue Mar 24, 2015 · 3 comments
Open

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

alpha-bee opened this issue Mar 24, 2015 · 3 comments

Comments

@alpha-bee
Copy link

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());

@snowjade
Copy link

I meet the issue , too.

@twisty1988
Copy link

I meet the issue , too.

@ninace
Copy link

ninace commented Oct 28, 2015

자답 입니다.
this is my answer

It is point -> pla:plaContentBackground="#F1F4F5"

<com.huewu.pla.lib.MultiColumnListView
    xmlns:pla="http://schemas.android.com/apk/res-auto"
    android:id="@+id/mMallListView"
    android:layout_width="match_parent" 
    android:layout_height="match_parent"
    android:layout_below="@+id/mActionbar"
    android:scrollbarSize="3dp"
    android:visibility="visible"
    pla:plaColumnNumber="3"
    pla:plaContentBackground="#F1F4F5"
    pla:plaLandscapeColumnNumber="3" >
</com.huewu.pla.lib.MultiColumnListView>

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

No branches or pull requests

4 participants