logo
  • 教程列表
  • SO官方文档
  • 特定于平台的行为
    • 删除 Anroid 中导航标题中的图标
    • 在 iOS 中使标签字体较小
  1. StackOverflow 文档
  2. Xamarin.Forms 教程
  3. 特定于平台的行为
  4. 删除 Anroid 中导航标题中的图标

删除 Anroid 中导航标题中的图标

Created: November-22, 2018

StackOverflow 文档 使用名为 empty.png 的小透明图像

public class MyPage : ContentPage
{
    public Page()
    {
        if (Device.OS == TargetPlatform.Android)
            NavigationPage.SetTitleIcon(this, "empty.png");
    }
}
  • 在 iOS 中使标签字体较小
  • 特定于平台的行为

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明