mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* fix(ios): opaque bars break ui layout * test(): change flat action bar tests * test(): revert test flat change test
12 lines
417 B
XML
12 lines
417 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
|
|
|
<ActionBar flat="true">
|
|
<Label text="Parent page flat action bar"></Label>
|
|
</ActionBar>
|
|
|
|
<GridLayout rows="200, *" backgroundColor="blue">
|
|
<GridLayout row="1">
|
|
<Frame id="nestedFrame" defaultPage="ui-tests-app/nested-frames/nested-page" actionBarVisibility="never"></Frame>
|
|
</GridLayout>
|
|
</GridLayout>
|
|
</Page> |