【发布时间】:2017-05-12 16:31:36
【问题描述】:
我从 Nativescript (javascript) 开始,我在 android 中的操作栏有问题。 当我按如下方式创建操作栏时:
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<Page.actionBar>
<ActionBar title="My ActionBar"/>
</Page.actionBar>
<!-- page content ... -->
</Page>
在手机的状态栏下创建了action bar(没有做过css):
Action bar under the status bar
1) 我是否遗漏了什么或者这是正常行为?
2) 操作栏的大小也比所有其他应用程序大得多。默认高度是否大于标准?
谢谢
【问题讨论】:
标签: android-actionbar nativescript