반응형
이전에는 없던 녀석 tools:context가 SDK 가 없데이트 되면서 등장했군요!
<LinearLayout
...
tools:context=".Activity">
기본 Layout 에 위와 같은 형태로 tools:context 라는 녀석이 추가가 되었더라구요.
요녀석이 뭔가 했더니.. SDK 업데이트 하며 제공되는 "Graphical Layout" 을 정확히 표현하기 위해서 사용됩니다.
바로 요석이 graphical layout!!
tools:context에 연결된 activity class 의 theme 내용을 가져와서 graphical layout 에 적용합니다.
뭐 요런 것이니 graphical layout 을 잘 활용하지 않는다면, 있으나 마나한 옵션.
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android/안드로이드] strings.xml 에서 다른 string resource 참조하기. (0) | 2012.10.05 |
---|---|
[android/안드로이드] android repository address (0) | 2012.10.04 |
[android/안드로이드] Restful Get sample code. (0) | 2012.10.04 |
[android/안드로이드] camera take & crop 동시에 하기. (0) | 2012.10.04 |
[android/안드로이드] gallery를 통해 pick& crop 동시에 하는 intent 생성. (0) | 2012.10.04 |
댓글