[Android] LayoutInflater attachToParent 파라미터 의미를 알아보자
[Android] LayoutInflater attachToParent parameter mean? 안드로이드 프로젝트를 여러개 진행해보면서 레이아웃을 inflate 할 때 항상 inflate 메서드의 마지막 파라미터인 attachToParent/Root 를 거의 무조건 false 로 한다 로만 알고 있었지 정확한 의미가 항상 궁금했다. attachToRoot: whether the inflated hierarchy should be attached to the root parameter? If false, root is only used to create the correct subclass of LayoutParams for the root view in the XML. 공식 문서를 보면 위와 같이 ..
Android
2021. 8. 12. 08:26