在Xamarin中,tabpage在android平台上一直以来都是把tabpage显示在顶部,跟正常的app操作交互很不一致,但是xamarin 3.1的推后,官方提供了tabpage底部显示的接口。具体代码如下:

<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  xmlns:d="http://xamarin.com/schemas/2014/forms/design"
  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
  x:Class="KnifeZ.PersonalNotePad.Views.Habitica.IndexPage" // 新增代码
  xmlns:android="clr-namespace:Xamarin.Forms.PlatformConfiguration.AndroidSpecific;assembly=Xamarin.Forms.Core"
  android:TabbedPage.ToolbarPlacement="Bottom" />	

文章作者: 不爱思考
本文链接:
版权声明: 本站所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 不爱思考
代码片段 .NET Xamarin
喜欢就支持一下吧
打赏
微信 微信
支付宝 支付宝