본문

[2018.07.14] 106. View attribute 우선순위

도입

이번 포스팅에서는 <incluce> Tag, ViewStub 사용 시, Layout attribute의 우선순위를 정리할 예정이다.


의문점

<incluce> Tag, ViewStub 사용할 때, Layout attribute의 우선순위는 어떻게 될까?

부모 View attribute VS 자식 View attribute

(출처 - https://developer.android.com/training/improving-layouts/reusing-layouts)

공식문서에서는 자식 View에서 레이아웃 속성을 적용하기 위해서는 override 하면 된다고 한다.


실습

결론적으로 둘다 적용되어 있다면 부모 View attribute를 따른다.

설정

결과



#attribute 우선순위 #attribute priority

공유

댓글