RemoteViews.SetLightBackgroundLayoutId(Int32) 方法

定义

提供一个备用布局 ID,可用于扩充此视图。

[Android.Runtime.Register("setLightBackgroundLayoutId", "(I)V", "GetSetLightBackgroundLayoutId_IHandler", ApiSince=29)]
public virtual void SetLightBackgroundLayoutId(int layoutId);
[<Android.Runtime.Register("setLightBackgroundLayoutId", "(I)V", "GetSetLightBackgroundLayoutId_IHandler", ApiSince=29)>]
abstract member SetLightBackgroundLayoutId : int -> unit
override this.SetLightBackgroundLayoutId : int -> unit

参数

layoutId
Int32
属性

注解

Java文档android.widget.RemoteViews.setLightBackgroundLayoutId(int)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于