mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Tab view fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<Page>
|
||||
<TabView selectedIndex="1" style="tab-text-color: yellow; color:yellow; selected-tab-text-color: yellow; background-color: green;" selectedColor="red" tabsBackgroundColor="blue">
|
||||
<TabView selectedIndex="1" style="tab-text-color: yellow; color:yellow; selected-tab-text-color: red; background-color: green; tab-background-color: blue;">
|
||||
<TabView.items>
|
||||
<TabViewItem title="First">
|
||||
<TabViewItem.view>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<Page>
|
||||
<TabView selectedColor="green">
|
||||
<TabView selectedTabTextColor="green">
|
||||
<TabView.items>
|
||||
<TabViewItem title="First">
|
||||
<TabViewItem.view>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<Page>
|
||||
<TabView tabsBackgroundColor="blue">
|
||||
<TabView tabBackgroundColor="blue">
|
||||
<TabView.items>
|
||||
<TabViewItem title="First">
|
||||
<TabViewItem.view>
|
||||
|
||||
Reference in New Issue
Block a user