Files
NativeScript/e2e/ui-tests-app/app/issues/issue-3113-page.xml
2019-09-19 15:40:31 +03:00

8 lines
252 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<StackLayout>
<Button id="button1" text="transparent"/>
<Button id="button2" text="semi-transparent"/>
<Button id="button3" text="no-color"/>
</StackLayout>
</Page>