AppWidgetHostView.SetOnLightBackground(Boolean) Método

Definición

Establece si el widget se muestra en un fondo claro/blanco y usa una interfaz de usuario alternativa si está disponible.

[Android.Runtime.Register("setOnLightBackground", "(Z)V", "GetSetOnLightBackground_ZHandler", ApiSince=29)]
public virtual void SetOnLightBackground(bool onLightBackground);
[<Android.Runtime.Register("setOnLightBackground", "(Z)V", "GetSetOnLightBackground_ZHandler", ApiSince=29)>]
abstract member SetOnLightBackground : bool -> unit
override this.SetOnLightBackground : bool -> unit

Parámetros

onLightBackground
Boolean
Atributos

Comentarios

Establece si el widget se muestra en un fondo claro/blanco y usa una interfaz de usuario alternativa si está disponible.

Java documentación para android.appwidget.AppWidgetHostView.setOnLightBackground(boolean).

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