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

  • 關於本站
  • 免責聲明