mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
chore(toolbox): overflow bottom edges
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" class="page" androidOverflowEdge="none" >
|
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" class="page" androidOverflowEdge="bottom" >
|
||||||
<Page.actionBar>
|
<Page.actionBar>
|
||||||
<ActionBar title="Dev Toolbox" icon="" class="action-bar" iosLargeTitle="true" iosShadow="false">
|
<ActionBar title="Dev Toolbox" icon="" class="action-bar" iosLargeTitle="true" iosShadow="false">
|
||||||
</ActionBar>
|
</ActionBar>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" actionBarHidden="false">
|
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" actionBarHidden="false" androidOverflowEdge="bottom">
|
||||||
<Page.actionBar>
|
<Page.actionBar>
|
||||||
<ActionBar>
|
<ActionBar>
|
||||||
<Label text="Components" class="header"/>
|
<Label text="Components" class="header"/>
|
||||||
|
Reference in New Issue
Block a user