Xamarin.Forms: Change Icon & Text size in TabbedPage tabs

前端 未结 3 1855
囚心锁ツ
囚心锁ツ 2021-01-12 17:31

I am developing Tabs using TabbedPage in xaml. The default tabs Icons & Text size is big so I need to reduce the size of Icons & Text.

3条回答
  •  无人共我
    2021-01-12 18:19

    In my case I really wanted to skip all the custom renderers... and many of the implementations seemed much more work than should be necessary. I was also implementing Font Awesome Icons which seemed pretty straight forward, but all of the examples I found applied the icons to labels and nothing with tabbed page. After some dinking around I finally compiled this which works great and removes the need of a renderer.

    
    
        
    ...
    

    To answer the question of setting FontSize: Font Icon is a Font so it is set like any other. Example:

提交回复
热议问题