Add circle button test page.

This commit is contained in:
Vasil Chimev
2015-06-29 16:13:29 +03:00
parent 47c77e2a2b
commit 995a2da2d8
2 changed files with 6 additions and 0 deletions

View File

@@ -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" />

View 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>