WallpaperColors.HintSupportsDarkTheme フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.WallpaperColorsHint enum directly instead of this field.

最適なプレゼンテーションを行うには、現在の壁紙よりもダーク テーマが優先されるように指定します。

[Android.Runtime.Register("HINT_SUPPORTS_DARK_THEME", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.WallpaperColorsHint enum directly instead of this field.", true)]
public const Android.App.WallpaperColorsHint HintSupportsDarkTheme = 2;
[<Android.Runtime.Register("HINT_SUPPORTS_DARK_THEME", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.WallpaperColorsHint enum directly instead of this field.", true)>]
val mutable HintSupportsDarkTheme : Android.App.WallpaperColorsHint

フィールド値

Value = 2

実装

属性

注釈

最適なプレゼンテーションを行うには、現在の壁紙よりもダーク テーマが優先されるように指定します。

例: ランチャーは、このフラグが指定されている場合、ドロワーの色を黒に設定できます。

android.app.WallpaperColors.HINT_SUPPORTS_DARK_THEMEJava ドキュメント。

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

適用対象