CymChad / CymChad/BaseRecyclerViewAdapterHelper

BaseQuickAdapter 3.0.7版本添加脚视图无效

Open
#3,597 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
24.6k
Forks
5.2k
PR merge metrics
No merged PRs in 30d

Description

LinearLayout footerView =
(LinearLayout) LayoutInflater.from(getActivity())
.inflate(R.layout.footer_view, null, false); //获取自身layout布局之外需要的方法
homeFListAdapter.removeAllFooterView();
homeFListAdapter.addFooterView(footerView);
这个是我的代码.添加以后无显示

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with BaseQuickAdapter 3.0.7's removeAllFooterView and addFooterView entry points, then reproduce the reported sequence using the shown footer_view layout and RecyclerView setup. Done means identifying why the footer is not displayed and confirming a working footer in the relevant Android example or test.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.