core
    正在准备搜索索引...

    接口 Layout

    UI 选项

    interface Layout {
        navigationBar?: NavigationBar;
        screenOrientation?: ScreenOrientation;
        statusBar?: StatusBar;
        theme?: Theme;
        titleBar?: TitleBar;
    }
    索引

    属性

    navigationBar?: NavigationBar

    导航栏(底部虚拟按键区)

    screenOrientation?: ScreenOrientation

    屏幕方向

    statusBar?: StatusBar

    状态栏

    theme?: Theme

    主题

    titleBar?: TitleBar

    标题栏