Files
NativeScript/apps/app/ui-tests-app/image-view/stretch-modes.xml
Panayot Cankov 43659799bc Implement non uniform border corner radiuses and fix blinking image-view radiuses (#4573)
* Image corners were blinking in #4322 and CSS border will now draw non uniform corner radiuses if the border color is uniform

* Implement per-side corner radiuses for iOS

* Update stretch-mode example

* Update matrix-mode example

* Update image resources

* Add clipping for non uniform radii without border width, don't throw for missing image resources in css
2017-07-27 15:36:47 +03:00

7 lines
281 B
XML

<Page navigatingTo="navigatingTo">
<GridLayout rows="auto, *">
<WrapLayout id="root" width="300" backgroundColor="orange" horizontalAlignment="left" verticalAlignment="top" margin="6">
</WrapLayout>
<Label id="label" row="1" />
</GridLayout>
</Page>