Closed robertnicjoo closed 3 years ago
👋
selected != enabled
Just call the setItemSelected(R.id.home)
on your onCreate
HI, Appreciate your fast response ❤️ , may I ask then what does android:enabled="true"
do?
You can enable/disable a menu using this property, they will still be visible to the users, but they can't interact with.
Closing the issue
I have following menu file but
android:enabled="true"
is not working (I mean by default when I open my app it is not active)