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:
@@ -657,6 +657,7 @@
|
||||
<Content Include="apps\ui-tests-app\layouts\grid.xml" />
|
||||
<Content Include="apps\ui-tests-app\layouts\stack.xml" />
|
||||
<Content Include="apps\ui-tests-app\layouts\wrap.xml" />
|
||||
<Content Include="apps\ui-tests-app\pages\circle.xml" />
|
||||
<Content Include="apps\ui-tests-app\pages\i86.xml" />
|
||||
<Content Include="apps\template-blank\app.css" />
|
||||
<Content Include="apps\template-hello-world\app.css" />
|
||||
|
||||
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