Merge pull request #2958 from NativeScript/tsenov/uitests

Move tab-view test from css to tab-view
This commit is contained in:
SvetoslavTsenov
2016-10-25 13:06:56 +03:00
committed by GitHub
5 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,6 @@ export function pageLoaded(args: EventData) {
examples.set("all-uniform-border", "css/all-uniform-border");
examples.set("all-non-uniform-border", "css/all-non-uniform-border");
//examples.set("border-playground", "css/border-playground");
examples.set("tab-view", "css/tab-view");
let viewModel = new SubMianPageViewModel(wrapLayout, examples);
page.bindingContext = viewModel;

View File

@ -1,5 +1,5 @@
<Page>
<TabView selectedIndex="1" style="tab-text-color: yellow; color: yellow; background-color: green;" selectedColor="red" tabsBackgroundColor="blue">
<TabView selectedIndex="1" style="tab-text-color: yellow; selected-tab-text-color: orange; background-color: green;" selectedColor="red" tabsBackgroundColor="blue">
<TabView.items>
<TabViewItem title="First">
<TabViewItem.view>

View File

@ -17,6 +17,7 @@ export function pageLoaded(args: EventData) {
examples.set("tabSelected", "tab-view/selected");
examples.set("tabStyle", "tab-view/all");
examples.set("tabmore", "tab-view/tab-view-more");
examples.set("taViewCss", "tab-view/tab-view-css");
let viewModel = new SubMianPageViewModel(wrapLayout, examples);
page.bindingContext = viewModel;