如何把导航默认在最底下显示?

<?xml version="1.0" encoding="utf-8"?>
<DirectionalLayout
    xmlns:ohos="http://schemas.huawei.com/res/ohos"
    ohos:height="match_parent"
    ohos:width="match_parent"
    ohos:orientation="vertical"
    ohos:background_element="#FFE0E3E3">

    <Text
        ohos:id="$+id:text_helloworld"
        ohos:height="match_content"
        ohos:width="match_content"
        ohos:layout_alignment="horizontal_center"
        ohos:text="$string:mainability_HelloWorld"
        ohos:text_size="40vp"

        />
    <DirectionalLayout
        xmlns:ohos="http://schemas.huawei.com/res/ohos"
        ohos:height="match_content"
        ohos:width="match_parent"
        ohos:orientation="horizontal"
        ohos:background_element="#FFFFFF"
        >
        <Button
            ohos:id="$+id:dynamic"
            ohos:height="match_content"
            ohos:width="match_parent"
            ohos:text="动态"
            ohos:text_size="10vp"
            ohos:element_top="$media:dt"
            ohos:weight="1"/>
        <Button
            ohos:id="$+id:friend"
            ohos:height="match_content"
            ohos:width="match_parent"
            ohos:text="好友"
            ohos:text_size="10vp"
            ohos:element_top="$media:hy"
            ohos:weight="1"/>
        <Button
            ohos:id="$+id:function"
            ohos:height="match_content"
            ohos:width="match_parent"
            ohos:text="功能"
            ohos:text_size="10vp"
            ohos:element_top="$media:gn"
            ohos:weight="1"/>
        <Button
            ohos:id="$+id:set"
            ohos:height="match_content"
            ohos:width="match_parent"
            ohos:text="我的"
            ohos:text_size="10vp"
            ohos:element_top="$media:yh"
            ohos:weight="1"/>
    </DirectionalLayout>
</DirectionalLayout>
鸿蒙
导航
显示
2022-07-20 15:26:24
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
望海亦
3

DirectionalLayout默认从上往下,楼主可以参考DependentLayout

https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ui-java-layout-dependentlayout-0000001050729536

分享
微博
QQ
微信
回复
2022-07-20 17:00:29
相关问题
Tab导航栏tabbar子组件突出上沿显示
868浏览 • 1回复 待解决
Navigation如何隐藏导航
1077浏览 • 1回复 待解决
如何将容器定位到屏幕的底部
995浏览 • 1回复 待解决
太难了,能从基础讲起吗?
5023浏览 • 1回复 待解决
Image组件如何设置默认图?
562浏览 • 1回复 待解决
TextInput如何取消默认聚焦效果
1160浏览 • 1回复 待解决
鸿蒙开发如何默认启动ability
7276浏览 • 3回复 待解决
如何设置Swiper导航点的样式?
29浏览 • 1回复 待解决
webview导航无法正常导航,怎么处理?
4574浏览 • 1回复 待解决
ArkTS如何string转为byte数组
1521浏览 • 1回复 待解决
鸿蒙WebView 层级 总是处于外层
6286浏览 • 3回复 待解决
导航如何适配,有人知道吗?
823浏览 • 0回复 待解决
Swiper组件如何设置导航点位置
810浏览 • 1回复 待解决