Files
NativeScript/apps/template-master-detail/details-view.xml
2015-11-09 14:20:01 +02:00

5 lines
187 B
XML

<StackLayout xmlns="http://schemas.nativescript.org/tns.xsd">
<Label text="{{ title }}" class="detail-title"/>
<Label text="{{ info }}" class="info" textWrap="true"/>
</StackLayout>