티스토리 뷰
LinearLayout myLinearLayout = (LinearLayout)findViewById(R.id.mylinear); LayoutInflater layoutInflater = (LayoutInflater) this.getSystemService(Context.LAYOUT_INFLATER_SERVICE); View view = (LinearLayout)layoutInflater.inflate(R.layout.mylayer, null); myLinearLayout.addView(view); |
위에처럼 layoutInflater 를 생성하고 inflater를 이용해 타 레이아웃을 전개하여
현 레이아웃에 삽입시킬 수 있다.
[작성자] devbible.tistory.com
'Development' 카테고리의 다른 글
[Android] startActivityForResult 와 onActivityResult (0) | 2011.04.21 |
---|---|
[Android] TextWatcher (0) | 2011.04.18 |
[Java] Math.round 반올림, 올림 , 내림 (0) | 2011.04.15 |
[Android] TextView에 그림자 넣기 (2) | 2011.04.14 |
[Android] array.xml 에 있는 값을 List로 만들기 (0) | 2011.04.06 |
댓글
최근에 올라온 글
글 보관함
- Total
- Today
- Yesterday