RemoteViews.SetTextViewCompoundDrawablesRelative Método

Definición

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

Java documentación para android.widget.RemoteViews.setTextViewCompoundDrawablesRelative(int, int, int, int, int).

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.

Se aplica a