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>
|
||||
</Content>
|
||||
<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\color.ts" />
|
||||
<TypeScriptCompile Include="apps\ui-tests-app\action-bar\all.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">
|
||||
<DependentUpon>html-view.xml</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<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>
|
||||
<TabViewItem title="First">
|
||||
<TabViewItem.view>
|
||||
|
Reference in New Issue
Block a user