2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java2,240 stars (2,240 stars)324 forks (324 forks)batch import
enhancementhelp wanted
Description
it does not scroll when attached more TABS
Contributor guide
- Tech stack
- javaandroid
- 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
- JavaAndroid fundamentalsCustom view scrolling
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- The issue states that the NavigationTabStrip does not scroll when many tabs are attached. Start by examining the NavigationTabStrip class source code, focusing on the code that handles tab addition and the scrolling mechanism. Check if there is a layout width constraint or if the scrolling is only enabled for a certain number of tabs. Look at the library's documentation or any existing examples to understand the intended behavior. The fix might involve using a HorizontalScrollView or adjusting the tab strip's layout parameters to allow horizontal scrolling when content exceeds the screen width.