在我看来,在活动装满时,我做了以下工作:
setContentView(R.layout.main2);
layoutToAdd = (LinearLayout) findViewById(R.id.linearLayout1);
for(i=0; i<num;i++)
{
LayoutInflater inflater = LayoutInflater.from(getApplicationContext());
View view = inflater.inflate(R.layout.camera, null);
layoutToAdd.addView(view);
}
黄金的价值每次都有所不同。
在我的LayoutInflater布局中,我有案文观点、编辑文本和纽特。
现在,根据