https://gun0912.tistory.com/73
[안드로이드/Android]tools attribute 유용하게 활용하기(xmlns:tools="http://schemas.android.com/tools")
안드로이드를 개발하면서 프로젝트를 새로 만들거나 xml파일에서 우리가 자주 만나는 녀석이 있습니다. xmlns:tools="http://schemas.android.com/tools" xml에 tools:context="xxx" 라는 걸 수도 없이 보아 왔지..
gun0912.tistory.com
http://twinbraid.blogspot.com/2015/02/merge-include.html
안드로이드 merge 와 include 레이아웃 기법
목차 merge태그와 include태그 소개 include 태그 merge 태그 merge태그와 include태그 소개 안드로이드의 레이아웃의 멋진 기법으로 include와 merge 라는 것이 존재한다 공식홈...
twinbraid.blogspot.com