CymChad / CymChad/BaseRecyclerViewAdapterHelper
BaseQuickAdapter 3.0.7版本添加脚视图无效
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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