aurelhubert / aurelhubert/ahbottomnavigation
How to change active icon size ?
- Dominant language
- Java
- Stars
- 3.8k
- Forks
- 672
- PR merge metrics
- No merged PRs in 30d
Description
How to change active icon size ?
` val item1 = AHBottomNavigationItem("Home", R.drawable.home, R.color.colorAccent)`
` val item2 = AHBottomNavigationItem("Settings", R.drawable.settings, R.color.colorAccent)`
` val item3 = AHBottomNavigationItem("Github", R.drawable.github, R.color.colorAccent)`
` val item4 = AHBottomNavigationItem("Android", R.drawable.android, R.color.colorAccent)`
` bottom_navigation.titleState = AHBottomNavigation.TitleState.ALWAYS_SHOW`
` bottom_navigation.addItems(mutableListOf(item1,item2,item3,item4))`
` bottom_navigation.accentColor = Color.BLACK`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the AHBottomNavigation configuration shown in the issue, especially bottom_navigation and AHBottomNavigationItem, to find where active-item icon sizing is defined. Check the library's existing usage or styling documentation and establish whether a supported configuration exists; done means documenting a verified way to change the active icon size.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100