mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
418 B
XML
14 lines
418 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
|
|
|
<ActionBar flat="true">
|
|
<Label text="flat action bar"></Label>
|
|
</ActionBar>
|
|
|
|
<TabView selectedTabTextColor="green">
|
|
<TabViewItem title="First">
|
|
<GridLayout backgroundColor="red">
|
|
<Button text="test" backgroundColor="yellow"></Button>
|
|
</GridLayout>
|
|
</TabViewItem>
|
|
</TabView>
|
|
</Page> |