Font Awsome图标未在Android中显示

时间:2019-01-17 16:20:53

标签: android font-awesome nativescript-angular

我想对本机脚本选项卡视图使用一些fa图标,而不是标题名称,因此: * tabItem =“ {title:''}。我导入ttf文件te fonts目录,将类添加到app.css,将类名称添加到模板,但仍然得到“ x”而不是图标。教程,但仍然没有变化。还有其他事情要做吗?

模板:

<TabView androidSelectedTabHighlightColor="blue" id="tview" backgroundColor="gray" androidTabsPosition="bottom" #tabView (selectedIndexChanged)="tabIndexChanged($event)" (swipe)="onSwipe($event)">

    <StackLayout *tabItem="{title: '&#xe913;'}" class="fa">
        <home-tab></home-tab>
    </StackLayout>

    <StackLayout *tabItem="{title: 'Configuration'}" class="fa">
        <configuration-tab></configuration-tab>
    </StackLayout>

</TabView>

app.css:

.fa { 
    font-family: 'FontAwesome', fontawesome-webfont
}

1 个答案:

答案 0 :(得分:0)

您可以从Mikepenz https://github.com/mikepenz/Android-Iconics试用该库。