mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Gestures/view circ-dep and examples cleanup
This commit is contained in:
@@ -14,14 +14,12 @@ export function pageLoaded(args: EventData) {
|
||||
examples.set("absolute", "layouts/absolute");
|
||||
examples.set("dock", "layouts/dock");
|
||||
examples.set("grid", "layouts/grid");
|
||||
examples.set("myview", "layouts/myview");
|
||||
examples.set("stack", "layouts/stack");
|
||||
examples.set("wrap", "layouts/wrap");
|
||||
|
||||
examples.set("pabsolute", "layouts-percent/absolute");
|
||||
examples.set("pdock", "layouts-percent/dock");
|
||||
examples.set("pgrid", "layouts-percent/grid");
|
||||
examples.set("pmyview", "layouts-percent/myview");
|
||||
examples.set("pstack", "layouts-percent/stack");
|
||||
examples.set("pwrap", "layouts-percent/wrap");
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<Page>
|
||||
<TabView selectedIndex="1" style="tab-text-color: yellow; color:yellow; selected-tab-text-color: red; background-color: green; tab-background-color: blue;">
|
||||
<TabView selectedIndex="1" style="tab-text-color: yellow; color:yellow; selected-tab-text-color: red; android-selected-tab-highlight-color:red; background-color: green; tab-background-color: blue;">
|
||||
<TabView.items>
|
||||
<TabViewItem title="First">
|
||||
<TabViewItem.view>
|
||||
|
||||
Reference in New Issue
Block a user