material-components / material-components/material-components-android
[BottomSheet] Scroll Bar on BottomSheet
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
The length of the scroll bar on the BottomSheet is not related to the height (state) of the BottomSheet.
(STATE_HALF_EXPANDED)

(STATE_EXPANDED)

**Describe the solution you'd like**
When the bottom sheet is STATE_HALF_EXPANDED, the scroll bar on the bottom sheet should be short.
(STATE_HALF_EXPANDED)

**Describe alternatives you've considered**
It is difficult to manually change the length of the scroll bar on the BottomSheet.
Contributor guide
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 by locating the BottomSheet implementation and reproducing the scrollbar behavior in STATE_HALF_EXPANDED and STATE_EXPANDED. Compare the scrollbar length with the sheet height in both states; done means the half-expanded state displays a shorter scrollbar without requiring manual changes.
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
- 42/100