VoiceInteractionSession.SetTheme(Int32) メソッド

定義

これを呼び出して、IME のウィンドウで使用されるテーマをカスタマイズできます。

[Android.Runtime.Register("setTheme", "(I)V", "GetSetTheme_IHandler", ApiSince=23)]
public virtual void SetTheme (int theme);
[<Android.Runtime.Register("setTheme", "(I)V", "GetSetTheme_IHandler", ApiSince=23)>]
abstract member SetTheme : int -> unit
override this.SetTheme : int -> unit

パラメーター

theme
Int32
属性

注釈

これを呼び出して、IME のウィンドウで使用されるテーマをカスタマイズできます。 これは の前に #onCreate設定する必要があるため、通常はカスタム テーマのリソース ID を使用してコンストラクターで呼び出します。

android.service.voice.VoiceInteractionSession.setTheme(int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象