大道之行,天下为公。这篇文章主要讲述Xamarin.Forms 3.1.0+版本 Android 原生支持底部导航栏啦相关的知识,希望能为你提供帮助。
Xamarin.Forms 3.1.0+版本 android 原生支持底部导航栏啦Xamarin.Forms 3.1.0以上版本终于支持Android底部导航栏啦,可以不用第三方的支持库了。
https://developer.xamarin.com/releases/xamarin-forms/xamarin-forms-3.1/3.1.0/
【Xamarin.Forms 3.1.0+版本 Android 原生支持底部导航栏啦】C#代码:
On< Android> ().SetToolbarPlacement(ToolbarPlacement.Bottom);
Xaml代码:
< ?xml version="1.0" encoding="utf-8"?> < TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:android="clr-namespace:Xamarin.Forms.PlatformConfiguration.AndroidSpecific; assembly=Xamarin.Forms.Core" android:TabbedPage.ToolbarPlacement="Bottom" ...
推荐阅读
- 项目- Vue全家桶实战去哪网App
- APP该做好哪些方面的运营
- PowerPC Embedded Application Binary Interface (EABI)初探
- Android 7.0 下载APK后自动安装
- app马甲包存在的原因
- APP地推的一些经验
- Android-多进程初识
- APP推广如何实现邀请追踪()
- 负载测试与压力测试有什么区别()