如何把导航默认在最底下显示?
<?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>
鸿蒙
导航
显示
赞
收藏 0
回答 1
待解决
相关问题
如何将导航栏(电池显示栏)进行沉浸,显示自己想要的View,当前默认顶部为白色
147浏览 • 1回复 待解决
Tabs的导航栏如何居顶部显示,不居中显示?
3240浏览 • 1回复 待解决
#鸿蒙学习大百科#如何实现Tabs导航栏在手机端在底部,在平板端在左边显示?
218浏览 • 1回复 待解决
实现左边显示导航,右边显示显示具体页面效果的方案
1650浏览 • 1回复 待解决
在鸿蒙4.0版本中有没有最简单的音频wav播放设置,最简单的代码?
2085浏览 • 1回复 待解决
HarmonyOS 两个Page,如何关闭底下的一个?
375浏览 • 1回复 待解决
HarmonyOS 如何判断scrollview 滑动到最底端
312浏览 • 1回复 待解决
#鸿蒙学习大百科#如何让List组件的视窗范围扩展至导航条,实现滚动至最后一个时显示在导航条?
121浏览 • 1回复 待解决
tabs默认居中,我顶部的导航栏需要居左,要咋整?
2585浏览 • 1回复 待解决
何如把默认的左右动画换成上下动画?
4235浏览 • 1回复 待解决
HarmonyOS PatternLock能否给默认值,显示页面
186浏览 • 1回复 待解决
HarmonyOS如何设置page沉浸式显示,title栏和导航条处显示page的里内容?
178浏览 • 1回复 待解决
Tab导航栏tabbar子组件突出上沿显示
2168浏览 • 1回复 待解决
底部导航栏问题,底部导航栏可否隐藏,在什么场景会变化颜色
304浏览 • 1回复 待解决
如何将容器定位到屏幕的最底部
2236浏览 • 1回复 待解决
组件在沉浸式的情况下在页面最底端不响应滚动手势
2012浏览 • 1回复 待解决
HarmonyOS 是否可以为指定页面设置刘海屏,其他页面就默认系统导航栏?
163浏览 • 1回复 待解决
如何获取窗口截图并显示在Image中?
350浏览 • 1回复 待解决
HarmonyOS 如何设置系统导航模式,比如三键导航
427浏览 • 1回复 待解决
鸿蒙WebView 层级 总是处于最外层
7521浏览 • 3回复 待解决
太难了,能从最基础讲起吗?
6061浏览 • 1回复 待解决
HarmonyOS 图片截取,怎么把图片中的红框截取出来显示。并且(ImageFit.Fill) 这样显示
221浏览 • 1回复 待解决
Navigation如何隐藏导航栏
2136浏览 • 1回复 待解决
#鸿蒙学习大百科#如何实现字体颜色在深色模式显示白色,在浅色模式显示黑色?
240浏览 • 1回复 待解决
Image组件如何保持真实的宽高比,使得图片完全显示在显示边界内。
356浏览 • 1回复 待解决
DirectionalLayout默认从上往下,楼主可以参考DependentLayout
https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ui-java-layout-dependentlayout-0000001050729536