Update circle buttons test page.

This commit is contained in:
Vasil Chimev
2015-06-29 17:24:39 +03:00
parent a934fd5cd7
commit e7fe9ed5cb
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
<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>
<StackLayout>
<Button text="ButtonCircle" id="btnCircle" style="width:200;height:200;color:white;border-width:2;border-color:red;border-radius:100;background-color:blue" />
<Button text="ButtonImage" id="btnImage" style="width:200;height:200;color:white;border-width:2;border-color:blue;border-radius:100;background-image:url('~/pages/red.png')" />
</StackLayout>
</Page>

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B