Files
NativeScript/e2e/ui-tests-app/app/css/styles-page.xml

10 lines
433 B
XML

<Page loaded="onLoaded">
<WrapLayout>
<Button id="app" automationText="app" text="app" tap="onTap" />
<Button id="inline" automationText="inline" text="inline" style="background-color: lightgreen;" />
<Button id="page" automationText="page" text="page" />
<Button id="property" automationText="property" text="property" />
<Button id="import" automationText="import" text="import" />
</WrapLayout>
</Page>