What's the difference between Toolbar.axml and Tabbar.axml?

1

I'm starting to work with Xamarin in Visual Studio 2017, and some things have changed. In the Android part when I go in layout I come across the two Toolbar.axml and Tabbar.axml files, I would like to know which ones represent the MainPage (the main page) and what is the difference between the two?

    
asked by anonymous 02.02.2018 / 13:13

1 answer

0

Well, as no one answered, then probably most people who accessed it also do not know. Studying here the documentation find out that these two files Toolbar.axml and Tabbar.axml they are only responsible for the items that will compose the menu or the top of my App specifically in android, since the menu we can edit directly on our mainpage to be applied in general, that in this case will be our main file, the mother of the project, in it we will have the layout and logic part of our application. And the visual part of the mainpage does not have a designer, all the insertion of labels and other components is all done nail (via script). I hope I have healed the doubts of those who did not yet have this knowledge.

    
02.02.2018 / 14:34