mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Update circle buttons test page.
This commit is contained in:
@ -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" />
|
||||||
|
@ -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>
|
BIN
apps/ui-tests-app/pages/red.png
Normal file
BIN
apps/ui-tests-app/pages/red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 925 B |
Reference in New Issue
Block a user