次の方法で共有


RemoteViews.SetViewLayoutWidth(Int32, Single, Int32) メソッド

定義

任意のディメンション単位で値を指定できる点を除き、設定 android.view.ViewGroup.LayoutParams#width と同じです。

[Android.Runtime.Register("setViewLayoutWidth", "(IFI)V", "GetSetViewLayoutWidth_IFIHandler", ApiSince=31)]
public virtual void SetViewLayoutWidth (int viewId, float width, int units);
[<Android.Runtime.Register("setViewLayoutWidth", "(IFI)V", "GetSetViewLayoutWidth_IFIHandler", ApiSince=31)>]
abstract member SetViewLayoutWidth : int * single * int -> unit
override this.SetViewLayoutWidth : int * single * int -> unit

パラメーター

viewId
Int32
width
Single

指定された単位でのビューの幅

units
Int32

値の単位の型 (例: TypedValue#COMPLEX_UNIT_DIP

属性

注釈

の Java ドキュメントandroid.widget.RemoteViews.setViewLayoutWidth(int, float, int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象