Files
NativeScript/apps/app/perf-app/recycling/main-page.xml
Hristo Hristov bba7a82bdf Disable recycling, refactoring & fixes (#4705)
* 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.
2017-08-17 09:15:35 +03:00

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>