MvvmCross MvxTabbedPage 文档?
MvvmCross MvxTabbedPage documentation?
我正在尝试查找有关 MvvmCross MvxTabbedPage 的文档。我在 MvvmCross 文档或 GitHub 存储库中找不到它 - 希望我没有找对地方!
具体来说,我可以在哪里(如果可能)调整选项卡项目的布局 - 例如选项卡中使用的字体样式和图标大小。
有人能给我指出正确的方向吗?
MvxTabbedPage is a simple wrapper around Xamarin.Forms.TabbedPage adding MvvmCross data binding and MvvmCross ViewModel lifecycle support. MvxTabbedPage doesn't do anything special regarding the font style, icon size, etc. The Xamarin.Forms TabbedPage documentation 说明如何自定义选项卡图标。
我正在尝试查找有关 MvvmCross MvxTabbedPage 的文档。我在 MvvmCross 文档或 GitHub 存储库中找不到它 - 希望我没有找对地方!
具体来说,我可以在哪里(如果可能)调整选项卡项目的布局 - 例如选项卡中使用的字体样式和图标大小。
有人能给我指出正确的方向吗?
MvxTabbedPage is a simple wrapper around Xamarin.Forms.TabbedPage adding MvvmCross data binding and MvvmCross ViewModel lifecycle support. MvxTabbedPage doesn't do anything special regarding the font style, icon size, etc. The Xamarin.Forms TabbedPage documentation 说明如何自定义选项卡图标。