RemoteViews.SetTextViewCompoundDrawablesRelative Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Equivalente a llamar a TextView#setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int, int).
[Android.Runtime.Register("setTextViewCompoundDrawablesRelative", "(IIIII)V", "GetSetTextViewCompoundDrawablesRelative_IIIIIHandler")]
public virtual void SetTextViewCompoundDrawablesRelative(int viewId, int start, int top, int end, int bottom);
[<Android.Runtime.Register("setTextViewCompoundDrawablesRelative", "(IIIII)V", "GetSetTextViewCompoundDrawablesRelative_IIIIIHandler")>]
abstract member SetTextViewCompoundDrawablesRelative : int * int * int * int * int -> unit
override this.SetTextViewCompoundDrawablesRelative : int * int * int * int * int -> unit
Parámetros
- viewId
- Int32
Identificador de la vista cuyo texto debe cambiar
- start
- Int32
Identificador de un elemento dibujable que se va a colocar antes del texto (relativo a la dirección del diseño) o 0
- top
- Int32
Identificador de un elemento dibujable para colocar encima del texto o 0
- end
- Int32
Identificador de un elemento dibujable que se va a colocar después del texto o 0
- bottom
- Int32
Identificador de un elemento dibujable para colocar debajo del texto o 0
- Atributos
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.