![](https://s5-media.51cto.com/ost/pc/static/noavatar.gif)
回复
文档不存在的配置讲解
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);