私はImageViewののXY位置を設定したいがAbsoluteLayoutは、以下のコードのように上線ます方法:メソッドAbsoluteLayoutがオーバーレイされる理由
final ImageView animal = (ImageView)findViewById(R.id.imageView1);
animal.setLayoutParams(new <span style="text-AbsoluteLayout.LayoutParams(animal.getWidth(),animal.getHeight(), x1,y1));
なぜ絶対配置は廃止されているのですか? –