mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Added tests for native view recycling Disabled android native view recycling Move toString from view-common to view-base Fix crash on application restore and navigation back on API26 Added setAsRootView method Added missing logo into perf-tests/recycling app * additional fix for image-source-tests. ios is case sensitive. * Add @private to some internal properties Fix where padding is not respected when background is reset.
9 lines
349 B
XML
9 lines
349 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd"
|
|
navigatingFrom="onNavigatingFrom"
|
|
navigatingTo="navigatingTo">
|
|
<StackLayout>
|
|
<Button text="Start test..." tap="onTap" style="font-size:11" />
|
|
<StackLayout id="placeholder" row="1"/>
|
|
<TextView id="result" row="2" editable="false" />
|
|
</StackLayout>
|
|
</Page> |