私はView
xmlレイアウトを膨らませて作成しています:
LayoutInflater inflater = (LayoutInflater) getBaseContext()
.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View view=inflater.inflate(com.example.R.layout.aaa, null);
aaa.xml には、RelativeLayout
それ自体に aTextView
と aが含まれていButton
ます。TextView
どうすればビューオブジェクトにアクセスできますか?