相对布局中代码添加控件
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成神之路。
共有 0 条评论