2013-11-22 4 views

답변

3

당신이 보통이 방법

LayoutInflater inflater = LayoutInflater.from(context); 
LinearLayout newLayout = (LinearLayout) inflater.inflate(R.layout.my_layout, null); 
을 완료 달성하기 위해 노력하고
관련 문제