Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To many menu items #18

Open
simongiesen opened this issue Oct 15, 2020 · 1 comment
Open

To many menu items #18

simongiesen opened this issue Oct 15, 2020 · 1 comment

Comments

@simongiesen
Copy link

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

@AwakeMobileApps
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants