Tab view fixes

This commit is contained in:
vakrilov
2017-02-14 07:07:46 +02:00
parent c1627e6625
commit e7017a9bc5
6 changed files with 77 additions and 68 deletions

View File

@@ -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>

View File

@@ -1,5 +1,5 @@
<Page>
<TabView selectedColor="green">
<TabView selectedTabTextColor="green">
<TabView.items>
<TabViewItem title="First">
<TabViewItem.view>

View File

@@ -1,5 +1,5 @@
<Page>
<TabView tabsBackgroundColor="blue">
<TabView tabBackgroundColor="blue">
<TabView.items>
<TabViewItem title="First">
<TabViewItem.view>