navigation-toolbar-android icon indicating copy to clipboard operation
navigation-toolbar-android copied to clipboard

To many menu items

Open simongiesen opened this issue 5 years ago • 1 comments

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")

simongiesen avatar Oct 15 '20 13:10 simongiesen

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'

AwakeMobileApps avatar Jul 09 '22 19:07 AwakeMobileApps