mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
7 lines
437 B
XML
7 lines
437 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" xmlns:cC="ui-tests-app/issues/component" id="main-page">
|
|
<StackLayout style.borderColor="black" style.borderWidth="1" iosOverflowSafeArea="false">
|
|
<Label class="ui-tests-app-issue-1639-red" text="main-page red from app.css" textWrap="true" />
|
|
<Label class="local-red" text="main-page red from issue-1639.css" textWrap="true" />
|
|
<cC:customView/>
|
|
</StackLayout>
|
|
</Page> |