回复
布局组件代码编写方法/代码编写布局属性/java代码编写布局 原创
BLUESKYHOST
发布于 2021-3-15 08:47
浏览
0收藏
文档不存在的配置讲解
DependentLayout
DependentLayout.LayoutConfig numslayoutConfig = new DependentLayout.LayoutConfig();
numslayoutConfig.addRule(DependentLayout.LayoutConfig.ALIGN_PARENT_LEFT);//父级左边
StackLayout
StackLayout.LayoutConfig toptextlayoutConfig = new StackLayout.LayoutConfig(
(int) RpxUtil.rpx(336,abilitySlice.getContext()),
StackLayout.LayoutConfig.MATCH_CONTENT,LayoutAlignment.BOTTOM
);//定位底部
topText.setLayoutConfig(toptextlayoutConfig);
©著作权归作者所有,如需转载,请注明出处,否则将追究法律责任
已于2021-3-15 08:48:49修改
赞
1
收藏
回复
相关推荐