navigation-toolbar-android
navigation-toolbar-android copied to clipboard
To many menu items
I just tried your Kotlin Example project and it came across that the headerTitles are repeating too many times (>4)
Can you help me? There should be only 4 items ?!
private val headerTitles = arrayOf("TECHNOLOGY", "SCIENCE", "MOVIES", "GAMING")
In the MainActivity you can set how many items you need.
'class MainActivity : AppCompatActivity() { private val itemCount = 40 // here you can set number of your items'