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

@ -665,6 +665,7 @@
<Content Include="apps\template-tab-navigation\app.css" /> <Content Include="apps\template-tab-navigation\app.css" />
<Content Include="apps\ui-tests-app\modal-view\login-page.xml" /> <Content Include="apps\ui-tests-app\modal-view\login-page.xml" />
<Content Include="apps\ui-tests-app\modal-view\modal-view.xml" /> <Content Include="apps\ui-tests-app\modal-view\modal-view.xml" />
<Resource Include="apps\ui-tests-app\pages\image.png" />
<Content Include="apps\ui-tests-app\pages\text\text-field.xml" /> <Content Include="apps\ui-tests-app\pages\text\text-field.xml" />
<Content Include="apps\ui-tests-app\pages\text\text-view.xml" /> <Content Include="apps\ui-tests-app\pages\text\text-view.xml" />
<Content Include="apps\ui-tests-app\pages\text\label.xml" /> <Content Include="apps\ui-tests-app\pages\text\label.xml" />

View File

@ -1,5 +1,6 @@
<Page> <Page>
<Stacklayout> <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" /> <Button text="ButtonCircle" id="btnCircle" style="width:200;height:200;color:white;border-width:2;border-color:red;border-radius:100;background-color:blue" />
</Stacklayout> <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> </Page>

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B