다음을 통해 공유


ViewGroup.LayoutParams.SetBaseAttributes(TypedArray, Int32, Int32) 메서드

정의

제공된 특성에서 레이아웃 매개 변수를 추출합니다.

[Android.Runtime.Register("setBaseAttributes", "(Landroid/content/res/TypedArray;II)V", "GetSetBaseAttributes_Landroid_content_res_TypedArray_IIHandler")]
protected virtual void SetBaseAttributes (Android.Content.Res.TypedArray a, int widthAttr, int heightAttr);
[<Android.Runtime.Register("setBaseAttributes", "(Landroid/content/res/TypedArray;II)V", "GetSetBaseAttributes_Landroid_content_res_TypedArray_IIHandler")>]
abstract member SetBaseAttributes : Android.Content.Res.TypedArray * int * int -> unit
override this.SetBaseAttributes : Android.Content.Res.TypedArray * int * int -> unit

매개 변수

a
TypedArray

에서 매개 변수를 추출할 스타일 특성

widthAttr
Int32

width 특성의 식별자

heightAttr
Int32

높이 특성의 식별자

특성

설명

제공된 특성에서 레이아웃 매개 변수를 추출합니다.

에 대한 android.view.ViewGroup.LayoutParams.setBaseAttributes(android.content.res.TypedArray, int, int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상