使用标签更改颜色文本

时间:2018-07-09 08:50:13

标签: html typescript xhtml nativescript

使用child: new ListView( children: new List.generate(1, (i)=> Counter() ) Nativescript时如何在菜单栏上更改文本颜色。

我的代码:

Label

我想要这样image单击

1 个答案:

答案 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