mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
333 B
XML
9 lines
333 B
XML
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
|
|
<Repeater id="repeater" items="{{ items }}">
|
|
<Repeater.itemTemplate>
|
|
<GridLayout width="94" height="94" >
|
|
<Label text="{{ $parents['Page'].parentViewProperty }}" tap="{{ tapItem }}" />
|
|
</GridLayout>
|
|
</Repeater.itemTemplate>
|
|
</Repeater>
|
|
</Page> |