Label Inside Inside ActionItem中的垂直对齐中心文本

时间:2017-05-19 15:02:23

标签: css angular nativescript

我有以下代码在ActionItem

中显示字体图标
<ActionBar title="List" class="action-bar">
    <ActionItem ios.position="right" (tap)="showMenu()">
        <Label [text]="'ion-android-more-horizontal' | fonticon"  class="ion c-white large" android:width="35"></Label>
    </ActionItem>
</ActionBar>

在android上升级到v3之后,我的文字不像下图所示。

enter image description here

我试过一些css风格,但似乎没有效果。

任何人都知道如何正确解决这个问题或确认它是{N} Bug。

0 个答案:

没有答案