mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Remove code that moves actionBar when there is incoming call. We now depend on the autolayout to position us correctly. _addView, _removeView won't request layout for iOS. LayoutBase: addChild & remvoeChild will request layout. ContentView: content change will request layout.
7 lines
311 B
XML
7 lines
311 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded" backgroundColor="white">
|
|
<StackLayout backgroundColor="PaleGreen">
|
|
<Button text="Login (pop-up)" tap="onTap" />
|
|
<Button text="Login (full-screen)" tap="onTap" />
|
|
<Label id="label" text="Anonymous"/>
|
|
</StackLayout>
|
|
</Page> |