mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add circle button test page.
This commit is contained in:
5
apps/ui-tests-app/pages/circle.xml
Normal file
5
apps/ui-tests-app/pages/circle.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<Page>
|
||||
<Stacklayout>
|
||||
<Button text="Button" id="btnCircle" style="width:200;height:200;color:white;border-width:2;border-color:red;border-radius:100;background-color:blue" />
|
||||
</Stacklayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user