Accessing AndroidX.AppCompat.Widget.Toolbar in NavigationPage #21637
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can search for the appbar on the activity. |
Beta Was this translation helpful? Give feedback.
You can search for the appbar on the activity.
FindViewById(Resource.Id.navigationlayout_appbar);.
First child of it should be a MaterialToolbar.