mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +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\ui-tests-app\modal-view\login-page.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-view.xml" />
|
||||
<Content Include="apps\ui-tests-app\pages\text\label.xml" />
|
||||
|
@ -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>
|
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