View view = LayoutInflater.from(context).inflate(R.layout.my_layout);Button button = (Button) view.findViewById(R.id.myButton);....aGroupView.addView(button);

View view = LayoutInflater.from(context).inflate(R.layout.my_layout);Button button = (Button) view.findViewById(R.id.myButton);....aGroupView.addView(button);