Apparently, when I add a ToolbarItem to ToolbarItems (say on a ContentPage, which is in a NavigationPage itself), I try to put the ToolbarItem's order to Secondary (ToolbarItemOrder.Secondary). I was expecting a result that would go in the same direction of this thread : http://forums.xamarin.com/discussion/22749/creating-a-actionbar-as-in-native-android-for-more-options
Instead, the secondary toolbar items appeared when clicking the menu button on my device (that is at the bottom of my device). They appeared as a menu at the bottom of my screen. I use a Samsung SMT-110 tablet.
Is it possible to have a menu that is like the one in the thread I linked? Namely for Android, I wonder if it could create a 3-dotted button from which the menu could drop down. Thanks!
Edit: I attached an image of what a test page looks like on my device, with menu open.