mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Merge pull request #2958 from NativeScript/tsenov/uitests
Move tab-view test from css to tab-view
This commit is contained in:
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user