How to find Android Toolbar in NavigationPage? #14490
-
I'm trying to modify toolbar in NavigationPage. Cannot find the control. I tried this code:
but everything return null. Please, advise how to get toolbar control (or any control in general) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I hope this will help |
Beta Was this translation helpful? Give feedback.
-
@mhrastegari , thank you for reply, I know about TitleView and, actually, using it, but I need to tweak toolbar items on android (overflow icon especially: this one). Need to find this toolbar. |
Beta Was this translation helpful? Give feedback.
-
@SergTomcat Have you managed to find the toolbar for a NavigationPage? |
Beta Was this translation helpful? Give feedback.
@SergTomcat The following thread might be of interest to you - https://stackoverflow.com/questions/75596420/how-do-i-add-a-listener-to-the-android-toolbar-in-maui/76056039#76056039