使用child: new ListView(
children: new List.generate(1, (i)=> Counter()
)
Nativescript时如何在菜单栏上更改文本颜色。
我的代码:
Label
答案 0 :(得分:1)
您可以在CSS和直接HTML中使用color
属性来为元素指定颜色。
例如:
zontal" backgroundColor="#eae8e8" class="foot">
<Label width="25%" textAlignment="left" [nsRouterLink]="['/photos']">
<FormattedString>
<Span color="blue" text="Photos"></Span>
</FormattedString>
</Label>
<Label width="25%" textAlignment="left" [nsRouterLink]="['/albums']">
<FormattedString>
<Span text="Albums"></Span>
</FormattedString>
</Label>
</StackLayout>
这是游乐场演示:https://play.nativescript.org/?template=play-ng&id=gMhuwo&v=2