I am new to xamarin development. Am doing an apparent for all 3 platforms (android, io's, windows). In a screen I need to implement tabbedayout with tab buttons to be appeared in bottom (like ios) for all platforms . For ios it renders as I expected , but in Android the tab buttons are placed to top. Is it possible to make android tab control buttons to get rendered at the bottom ?
Note- so far, I have used a simple tabbed layout in xaml page. Havent used any code at platform solutions.
Thanks in advance