mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Update a test page.
This commit is contained in:
@ -223,8 +223,18 @@
|
|||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="apps\ui-tests-app\app.css" />
|
<Content Include="apps\ui-tests-app\app.css" />
|
||||||
<TypeScriptCompile Include="apps\ui-tests-app\action-bar\all.ts" />
|
<TypeScriptCompile Include="apps\ui-tests-app\action-bar\all.ts">
|
||||||
<TypeScriptCompile Include="apps\ui-tests-app\action-bar\color.ts" />
|
<DependentUpon>all.xml</DependentUpon>
|
||||||
|
</TypeScriptCompile>
|
||||||
|
<TypeScriptCompile Include="apps\ui-tests-app\action-bar\background.ts">
|
||||||
|
<DependentUpon>background.xml</DependentUpon>
|
||||||
|
</TypeScriptCompile>
|
||||||
|
<TypeScriptCompile Include="apps\ui-tests-app\action-bar\clean.ts">
|
||||||
|
<DependentUpon>clean.xml</DependentUpon>
|
||||||
|
</TypeScriptCompile>
|
||||||
|
<TypeScriptCompile Include="apps\ui-tests-app\action-bar\color.ts">
|
||||||
|
<DependentUpon>color.xml</DependentUpon>
|
||||||
|
</TypeScriptCompile>
|
||||||
<TypeScriptCompile Include="apps\ui-tests-app\html-view\html-view.ts">
|
<TypeScriptCompile Include="apps\ui-tests-app\html-view\html-view.ts">
|
||||||
<DependentUpon>html-view.xml</DependentUpon>
|
<DependentUpon>html-view.xml</DependentUpon>
|
||||||
</TypeScriptCompile>
|
</TypeScriptCompile>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<Page>
|
<Page>
|
||||||
<TabView style="color: yellow; background-color: green;" selectedColor="red" tabsBackgroundColor="blue">
|
<TabView selectedIndex="1" style="color: yellow; background-color: green;" selectedColor="red" tabsBackgroundColor="blue">
|
||||||
<TabView.items>
|
<TabView.items>
|
||||||
<TabViewItem title="First">
|
<TabViewItem title="First">
|
||||||
<TabViewItem.view>
|
<TabViewItem.view>
|
||||||
|
Reference in New Issue
Block a user