Files
NativeScript/apps/template-master-detail/details-view.xml
2015-09-18 09:47:55 +03:00

5 lines
183 B
XML

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