mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
4
apps/ui/app/issues/component2/customView2-page.css
Normal file
4
apps/ui/app/issues/component2/customView2-page.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.local-blue {
|
||||
color: blue;
|
||||
margin-left: 20;
|
||||
}
|
||||
5
apps/ui/app/issues/component2/customView2-page.xml
Normal file
5
apps/ui/app/issues/component2/customView2-page.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user