mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
7 lines
251 B
XML
7 lines
251 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> |