<ContentPage.Resources>
<ResourceDictionary>
<OnPlatform x:TypeArguments="x:String" x:Key="fontfamilyOriginal" iOS="icomoon" Android="Fonts/icomoon.ttf" />
</ResourceDictionary>
</ContentPage.Resources>
<tabView:SfTabView x:Name="SfTabViewAcadamicHistory" DisplayMode="ImageWithText" BackgroundColor="White" VisibleHeaderCount="6" VerticalOptions="FillAndExpand" EnableSwiping="True" >
<tabView:SfTabView.SelectionIndicatorSettings>
<tabView:SelectionIndicatorSettings Color="#A5D5EB" Position="Bottom" StrokeThickness="3" />
</tabView:SfTabView.SelectionIndicatorSettings>
<tabView:SfTabItem Title="INFO" TitleFontAttributes="Bold" FontIconFontColor="#4E5F70" SelectionColor="#57C3E8" TitleFontColor="#4E5F70"
IconFont="" FontIconFontFamily="{StaticResource fontfamilyOriginal}">
<tabView:SfTabItem.Content>
<Label Text="Hai" />
</tabView:SfTabItem.Content>
</tabView:SfTabItem>
</tabView:SfTabView>
Please reply...
Attachment:
Desktop_f289a82b.rar