You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
소스를 자세하게 살펴보진 않았지만,
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);
}
주석풀었을때 적용안됬어요~!
헤더가 추가된 상태에서
데이터가 없으면 기본적으로 검은색이 뜨고요.
xml자체 리스트뷰에 background 색상값울 주어도 블랙으로 뜨고요.
혹시나싶어서 리스트뷰 안의 아이템자체에도 색상값을 주어도 블랙이에요~!
어떻게하면 해결할수있나요 ?
The text was updated successfully, but these errors were encountered: