aurelhubert / aurelhubert/ahbottomnavigation
How to remove text of only single item
- Dominant language
- Java
- Stars
- 3.8k
- Forks
- 672
- PR merge metrics
- No merged PRs in 30d
Description
How do i remove text on any single item? Like I have multiple tabs, but only want one tab to remove its text and will occupies its space.
mTab1= new AHBottomNavigationItem(R.string.tab_1, R.drawable.tab1, R.color.colorTabs);
mTab2 = new AHBottomNavigationItem("", R.drawable.tab2, R.color.colorTabs);
mTab3 = new AHBottomNavigationItem(R.string.tab_3, R.drawable.tab3, R.color.colorTabs);
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Start by inspecting the AHBottomNavigationItem API and its handling of the constructor forms shown in the issue; done means establishing whether one item's text can be hidden while its space remains occupied, then documenting the verified usage or defining the required change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100