Files
NativeScript/apps/template-master-detail/details-view.xml
2015-03-19 18:24:02 +02:00

5 lines
189 B
XML

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