相对布局中代码添加控件

void addComponentsInDependentLayout(){
DependentLayout dl = (DependentLayout) findComponentById(ResourceTable.Id_id_dl);

Text textA = new Text(this);
int IDA = 1000;
textA.setId(IDA);
textA.setText("A");
textA.setTextAlignment(TextAlignment.CENTER);
textA.setTextSize(20, Text.TextSizeType.VP);
ShapeElement shapeElementA = new ShapeElement();
shapeElementA.setRgbColor(RgbColor.fromArgbInt(0xFF00ff00)

相对布局中代码添加控件最先出现在Python成神之路

版权声明:
作者:dingding
链接:https://www.techfm.club/p/28696.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>