Reputation: 1
whati need to do? activity
Upvotes: 0
Views: 25
Reputation: 4781
It seems you have imported the wrong toolbar in the activity.
You used androidX.toolbar
in xml and imported android.toolbar
. Try to import the relevant toolbar in the activity or press ctrl+shift+O to optimize imports.
Upvotes: 1