LuckSiege / LuckSiege/PictureSelector

控制列表项的显示与隐藏的问题

Open
#2,462 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
13.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

Current use version?

当前使用的版本是多少?
3.10.6

Describe the problem or provide an error log?

描述问题或提供错误log?
目前PictureSelector的效果是,在选中某个item之后,其它不可选中的item会覆盖一个mask让其不能选中,取消选中后mask消失。现在我想要做到这样的效果,不可选中的item不是用mask覆盖,而是从列表移除掉,如果取消选中后再添加会list。
请问使用现有的功能能否达到这个效果。如果不可以,那自己来改造库的话,能否提供一下最优思路,谢谢!🙏

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 by reading the PictureSelector list and item-selection entry points to determine whether existing configuration supports removing unavailable items instead of applying a mask. Verify the behavior for selecting and cancelling selection, and consider the work done when the list updates correctly in both states.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.