Files
NativeScript/apps/ui/app/issues/component2/customView2-page.xml

6 lines
345 B
XML

<StackLayout xmlns:cC3="issues/component3/customView3-page" style.borderWidth="1" style.borderColor="black">
<Label class="ui-tests-app-issue-1639-blue" text="customView2 blue from app.css" textWrap="true" />
<Label class="local-blue" text="customView2 blue from customView2.css" textWrap="true" />
<cC3:customView3/>
</StackLayout>