HarmonyOS UI开发 match_parent与match_content
生活随笔
收集整理的這篇文章主要介紹了
HarmonyOS UI开发 match_parent与match_content
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
match_parent:
表示組件大小將擴展為父組件允許的最大值,它將占據父組件方向上的剩余大小
match_content:
表示組件大小與它的內容占據的大小范圍相適應。
兩者詳細說明:
下面看下定向布局代碼
<?xml version="1.0" encoding="utf-8"?>
<DirectionalLayoutxmlns:ohos="http://schemas.huawei.com/res/ohos"ohos:height="match_parent"ohos:width="match_parent"ohos:orientation="vertical"><Buttonohos:id="$+id:button1"ohos:height="match_content"ohos:width="match_parent"ohos:top_margin="10vp"ohos:background_element="#00d8a0"ohos:text_size="20fp"ohos:text="Java"/></DirectionalLayout>
match_parent
布局里面button 的寬度使用了match_parent 他的父類就是DirectionalLayout,而DirectionalLayout的的寬度也是設置了match_parent,它的最外層沒有父類所以應該是整個屏幕的, 回頭看看button 寬度應該占據了整個屏幕,
match_content 的大小是自己的寬度適應,就是button本身,
為了更好地理解在看一個例子
<?xml version="1.0" encoding="utf-8"?>
<DirectionalLayoutxmlns:ohos="http://schemas.huawei.com/res/ohos"ohos:height="200vp"ohos:width="200vp"ohos:background_element="#444fff"ohos:orientation="vertical"><Buttonohos:id="$+id:button1"ohos:height="match_content"ohos:width="match_parent"ohos:top_margin="10vp"ohos:background_element="#00d8a0"ohos:text_size="20fp"ohos:text="Java"/></DirectionalLayout>
效果圖
總結
以上是生活随笔為你收集整理的HarmonyOS UI开发 match_parent与match_content的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 小学数学计算题的五大定律是什么??
- 下一篇: a1700是苹果几