Base View Binding Frame Layout
Creates the layout with ViewBinding inflation.
ViewBinding inflate를 사용하는 레이아웃을 생성합니다.
Parameters
The context for this view.
이 뷰의 컨텍스트.
The function to inflate the binding.
바인딩을 inflate하는 함수.
Whether to attach to the parent.
부모에 attach할지 여부.
Creates the layout with ViewBinding inflation and attributes.
속성을 포함하여 ViewBinding inflate를 사용하는 레이아웃을 생성합니다.
Parameters
The context for this view.
이 뷰의 컨텍스트.
AttributeSet from XML.
XML에서 전달된 AttributeSet.
The function to inflate the binding.
바인딩을 inflate하는 함수.
Whether to attach to the parent.
부모에 attach할지 여부.
Creates the layout with ViewBinding inflation and style attribute.
스타일 속성을 포함하여 ViewBinding inflate를 사용하는 레이아웃을 생성합니다.
Parameters
The context for this view.
이 뷰의 컨텍스트.
AttributeSet from XML.
XML에서 전달된 AttributeSet.
Default style attribute.
기본 스타일 속성.
The function to inflate the binding.
바인딩을 inflate하는 함수.
Whether to attach to the parent.
부모에 attach할지 여부.
Creates the layout with ViewBinding inflation and style attributes.
스타일 속성을 포함하여 ViewBinding inflate를 사용하는 레이아웃을 생성합니다.
Parameters
The context for this view.
이 뷰의 컨텍스트.
AttributeSet from XML.
XML에서 전달된 AttributeSet.
Default style attribute.
기본 스타일 속성.
Default style resource.
기본 스타일 리소스.
The function to inflate the binding.
바인딩을 inflate하는 함수.
Whether to attach to the parent.
부모에 attach할지 여부.