Regarding showing tab bar on bottom of the screen in android #2851
-
Currently using Prism for Maui and creating tab bar as shown in the attached document below. I have found some code in Maui which does the same(). Since creating a tab bar page and manually adding the reference is not a recommended way. Is there a way to show the tab bar in the bottom of the screen in android using the prism? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Able to figure out through looking at the prism Maui repo, Needed to add the below code in the styles files while styling the tabbed page
|
Beta Was this translation helpful? Give feedback.
Able to figure out through looking at the prism Maui repo, Needed to add the below code in the styles files while styling the tabbed page
<Setter Property="androidSpecific:TabbedPage.ToolbarPlacement" Value="Bottom" />