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
11 lines
367 B
XML
11 lines
367 B
XML
<Page navigatedTo="onNavigateTo" backgroundColor="yellow">
|
|
|
|
<ActionBar backgroundColor="blue">
|
|
<Label text="flat action bar"></Label>
|
|
</ActionBar>
|
|
|
|
<StackLayout backgroundColor="red">
|
|
<Button margin="30" text="change flat property" tap="changeFlatPropertyValue"/>
|
|
<Label id="flatPropertyValue" backgroundColor="green" />
|
|
</StackLayout>
|
|
</Page> |