2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java6,238 stars (6,238 stars)1,461 forks (1,461 forks)batch import
expiredhelp wanted
Description
NestActivity-》setContentViewAfter-》config.setRatio((float) (0));//线比率 设置为最长却不起作用 。请说明
Contributor guide
- Tech stack
- java
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Android development environmentfamiliarity with AndroidPicker library
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue reports that setting the line ratio to 0 (supposedly longest) does not work in the demo. Investigate the config.setRatio() method in the library, likely in the Java source files under the 'picker' package. Check the demo's NestedActivity or similar to see how it's called. Look at the method signature and how the ratio is applied. Also review any comments in the issue for user input. The expected behavior needs clarification from maintainers or testing by building the project.