Context.SetTheme(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為這個情境設定基本主題。
[Android.Runtime.Register("setTheme", "(I)V", "GetSetTheme_IHandler")]
public abstract void SetTheme(int resid);
[<Android.Runtime.Register("setTheme", "(I)V", "GetSetTheme_IHandler")>]
abstract member SetTheme : int -> unit
參數
- resid
- Int32
描述主題的風格資源。
- 屬性
備註
為這個情境設定基本主題。 請注意,這應該在任何視圖實例化於上下文之前就被呼叫(例如在呼叫 android.app.Activity#setContentView 或 android.view.LayoutInflater#inflate之前)。
Java 文件 android.content.Context.setTheme(int)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。