summaryrefslogtreecommitdiff
path: root/mobile-ns/app/gallery-page.xml
blob: aa545e8f8538593d01c63d32c296d325dda9e595 (plain)
1
2
3
4
5
6
7
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo">
    <ActionBar title="Galleries" icon="" />

    <StackLayout class="p-20">
        <Button text="peng" tap="{{ peng }}" class="-primary" />
    </StackLayout>
</Page>