DirectionalLayout没有spacing参数吗?
如想实现这样的布局,DirectionalLayout添加spacing参数,下面的Button就不用每个去设置start_margin了
<DirectionalLayout
ohos:id="$+id:controls"
ohos:height="100vp"
ohos:width="match_parent"
ohos:alignment="center"
ohos:orientation="horizontal"
ohos:right_margin="10vp"
ohos:top_margin="40vp"
>
<Button
ohos:id="$+id:btn_rotation"
ohos:height="match_content"
ohos:width="match_content"
ohos:auto_font_size="true"
ohos:background_element="$graphic:background_btn"
ohos:padding="5vp"
ohos:start_margin="10vp"
ohos:text="$string:rotation"
ohos:weight="1"
/>
<Button
ohos:id="$+id:btn_scale"
ohos:height="match_content"
ohos:width="match_content"
ohos:auto_font_size="true"
ohos:background_element="$graphic:background_btn"
ohos:padding="5vp"
ohos:start_margin="10vp"
ohos:text="$string:scale"
ohos:weight="1"
/>
....
</DirectionalLayout>
DirectinalLayout
赞
收藏 0
回答 1
待解决
相关问题
DirectionalLayout 动态添加组件问题
4154浏览 • 1回复 待解决
鸿蒙里没有spannableString这个方法。setText也没有drawable(element)参数
7387浏览 • 1回复 待解决
taskPool的参数支持Function类型吗
1482浏览 • 1回复 待解决
路由传入参数有大小限制吗
653浏览 • 1回复 待解决
用的DirectionalLayout布局组件
8074浏览 • 3回复 待解决
ArkUI没有table组件吗?
3110浏览 • 1回复 待解决
DevEco没有Design模式吗
5458浏览 • 1回复 待解决
nginx中url带参数问题有懂的吗?
1718浏览 • 1回复 待解决
自定义配置参数设定有会的吗?
1664浏览 • 1回复 待解决
IBundleManager.getPermissionDef传入的参数是什么,有例子吗?
2420浏览 • 1回复 待解决
DevEcoStudio没有列选择编辑功能吗?
6853浏览 • 1回复 已解决
HarmonyOS RCP POST方法,有没有地方可以设置ohos的网络选项参数
101浏览 • 1回复 待解决
从ArkTs向Native传复杂参数--- HashMap参数篇
908浏览 • 1回复 待解决
假如没有安卓,华为做得出鸿蒙吗?
11818浏览 • 18回复 待解决
HarmonyOS Hvigor命令行构建HAP时,能支持传输签名参数吗?
91浏览 • 1回复 待解决
@ohos.net.webSocket send ArrayBuffer格式数据需要设置什么参数支持吗?
94浏览 • 1回复 待解决
鸿蒙有没有跟安卓@Captor一样功能的用来捕获参数用来验证的注解
4922浏览 • 1回复 待解决
从ArkTs向Native传复杂参数---List参数篇
556浏览 • 1回复 待解决
国密算法SM2签名api,没有可辨别标识IDA参数有什么实现方案
1347浏览 • 1回复 待解决
@Builder参数值改变UI没有刷新问题,代码如下,点击按钮“年龄+1”,年龄数值并没有发生改变,是什么原因呢
311浏览 • 1回复 待解决
参数不识别(ohpm run)
439浏览 • 1回复 待解决
如何修改OceanBase 集群参数?
3846浏览 • 1回复 待解决
【求助】点击消息,打开指定的ability,如何设置参数,以及如何接收参数?
752浏览 • 1回复 待解决
如何查看OceanBase 集群参数?
3365浏览 • 1回复 待解决
目前还没spacing,目前布局都只能手动用margin实现。 请关注后续鸿蒙SDK,关于控件xml这块的更新。