mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
style(tests): format all files
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
.MyStackLayoutRoot {
|
||||
background-color: blue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<customControls:MyControl xmlns:customControls="ui/root-view/mymodule/" class="MyStackLayoutRoot">
|
||||
</customControls:MyControl>
|
||||
</customControls:MyControl>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
.MyStackLayoutRoot {
|
||||
background-color: blue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<GridLayout class="MyStackLayoutRoot">
|
||||
<Label text="I'm here!!!" id="my-test-label"/>
|
||||
</GridLayout>
|
||||
</GridLayout>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TabView {
|
||||
selected-tab-text-color: blue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
</TabViewItem>
|
||||
|
||||
</TabView.items>
|
||||
</TabView>
|
||||
</TabView>
|
||||
|
||||
Reference in New Issue
Block a user