简体   繁体   中英

Toolbar placement for Android app in Xamarin.Forms

I know that it is common for Android devices to have its toolbars on top of the page, but I'm also curious if there is a way to set the Toolbar Placement to Bottom for Android app just like Windows Phone apps do by default.

What would be recommended way to move the toolbar to the bottom of the Android app screen?

There is a possibility to place the toolbar on the bottom on Android, as discussed here How to show action items at the bottom using Toolbar . Such possibility is not supported out of box in the current version of Xamarin.Forms. You may need to write a custom renderer to make it work in your app. Also it is expected that in the next generation of Xamarin.Forms (v3.0) you'll be able to mix native controls with Xamarin.Forms which will make this fairly easy thing to do by adopting the advice above.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM