Make Toolbar public
#22643
Replies: 1 comment
-
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Closed similar issues:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to be able to access page's Toolbar
Public API Changes
Intended Use-Case
In my app (Android) I need a modal page wrapped in NavigationPage to have a back button, but im not using Shell and I have tried with
FindViewById(Resource.Id.navigationlayout_appbar)
, but that way the toolbar i get is from the page before the modal page. Or is there any other way to get the modal page toolbarBeta Was this translation helpful? Give feedback.
All reactions