mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Update a test page.
This commit is contained in:
@ -935,15 +935,15 @@
|
||||
<Content Include="apps\ui-tests-app\bindings\xmlbasics.xml" />
|
||||
<Content Include="apps\ui-tests-app\dialogs\dialogs.xml" />
|
||||
<Content Include="apps\ui-tests-app\image-view\gravatar.png" />
|
||||
<Content Include="apps\ui-tests-app\image-view\rounded-images.css" />
|
||||
<Content Include="apps\ui-tests-app\image-view\rounded-images.xml" />
|
||||
<Content Include="apps\ui-tests-app\image-view\roundimg.css" />
|
||||
<Content Include="apps\ui-tests-app\image-view\roundimg.xml" />
|
||||
<Content Include="apps\ui-tests-app\layouts\absolute.xml" />
|
||||
<Content Include="apps\ui-tests-app\layouts\dock.xml" />
|
||||
<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\background.xml" />
|
||||
<Content Include="apps\ui-tests-app\pages\circle.xml" />
|
||||
<Content Include="apps\ui-tests-app\image-view\roundbtn.xml" />
|
||||
<Content Include="apps\ui-tests-app\pages\handlers.xml" />
|
||||
<Content Include="apps\ui-tests-app\pages\htmlview.xml" />
|
||||
<Content Include="apps\ui-tests-app\pages\i86.xml" />
|
||||
|
6
apps/ui-tests-app/image-view/roundbtn.xml
Normal file
6
apps/ui-tests-app/image-view/roundbtn.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<Page>
|
||||
<StackLayout>
|
||||
<Button text="ButtonCircle" style="width:200;height:200;color:white;border-radius:100;border-width:2;border-color:red;background-color:blue" />
|
||||
<Button text="ButtonImage" style="width:200;height:200;color:white;border-radius:100;border-width:2;border-color:blue;background-image:url('~/pages/red.png')" />
|
||||
</StackLayout>
|
||||
</Page>
|
@ -49,3 +49,13 @@
|
||||
border-width: 5;
|
||||
border-color: gray;
|
||||
}
|
||||
|
||||
style {
|
||||
width: 200;
|
||||
height: 200;
|
||||
color: white;
|
||||
border-width: 2;
|
||||
border-color: blue;
|
||||
border-radius: 100;
|
||||
background-image: url('~/pages/red.png');
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
<Page>
|
||||
<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>
|
Reference in New Issue
Block a user