Поделиться через


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

идентификатор атрибута ширины

heightAttr
Int32

идентификатор атрибута высоты

Атрибуты

Комментарии

Извлекает параметры макета из предоставленных атрибутов.

Документация по Java для android.view.ViewGroup.LayoutParams.setBaseAttributes(android.content.res.TypedArray, int, int).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к