oneHamidreza / MeowBottomNavigation

Android Meow Bottm Navigation
http://etebarian.com
1.33k stars 198 forks source link

How to set item selected at startup? #81

Open roshanaryal opened 3 years ago

roshanaryal commented 3 years ago

I want to make one item selected at startup, how to do this?

Amrjyniat commented 3 years ago

Call showfunction on the MeowBottomNavigation object in onCreate() with the cell index, like this: bottomNav.show(0, true)