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

데이터를 뿌려주다가 마지막 부분에 검은색부분이 뜨네요~! #45

Open
ninace opened this issue Oct 28, 2015 · 4 comments

Comments

@ninace
Copy link

ninace commented Oct 28, 2015

헤더가 추가된 상태에서
데이터가 없으면 기본적으로 검은색이 뜨고요.
xml자체 리스트뷰에 background 색상값울 주어도 블랙으로 뜨고요.
혹시나싶어서 리스트뷰 안의 아이템자체에도 색상값을 주어도 블랙이에요~!
어떻게하면 해결할수있나요 ?

@ninace
Copy link
Author

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>

@dalinaum
Copy link
Member

잘 해결되셨다니 다행입니다. 제가 일에 바빠서 도통 일을 진행하지 못했네요. 혹시 pla:plaContentBackground를 설정하지 않고 기본 값을 변경하는 방법으로도 해결할 수 있으신지요?

@ninace
Copy link
Author

ninace commented Nov 9, 2015

소스를 자세하게 살펴보진 않았지만,
if (a.hasValue(R.styleable.ListView_plaContentBackground)) {
int contentBackgroundColor = a.getColor(R.styleable.ListView_plaContentBackground, 0);
// int contentBackgroundColor = new Color().parseColor("#F1F5F7");
mContentPaint = new Paint();
mContentPaint.setColor(contentBackgroundColor);
}
주석풀었을때 적용안됬어요~!

@student123009
Copy link

灰常好!

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

3 participants