mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
more TelerikNEXT improvements
This commit is contained in:
@@ -67,11 +67,11 @@
|
||||
|
||||
<Label text="{{ title }}" textWrap="true" cssClass="title" />
|
||||
|
||||
<Label text="{{ room ? 'Room: ' + room : '' }}">
|
||||
<Label style.visibility="{{ room ? 'visible' : 'collapsed' }}">
|
||||
<Label.formattedText>
|
||||
<FormattedString fontSize="12" foregroundColor="#a17201">
|
||||
<FormattedString.spans>
|
||||
<Span text="{{ room ? 'Room: ' : '' }}" />
|
||||
<Span text="Room: " />
|
||||
<Span text="{{ room }}" fontAttributes="Bold" />
|
||||
</FormattedString.spans>
|
||||
</FormattedString>
|
||||
|
||||
Reference in New Issue
Block a user