次の方法で共有


SplashScreen.SplashScreenStyleSolidColor フィールド

定義

注意事項

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

起動されたアクティビティのスプラッシュ画面アイコンが表示されないように、使用 ActivityOptions#setSplashScreenStyleするフラグ

[Android.Runtime.Register("SPLASH_SCREEN_STYLE_SOLID_COLOR", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Window.SplashScreenStyle enum directly instead of this field.", true)]
public const Android.Window.SplashScreenStyle SplashScreenStyleSolidColor = 0;
[<Android.Runtime.Register("SPLASH_SCREEN_STYLE_SOLID_COLOR", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Window.SplashScreenStyle enum directly instead of this field.", true)>]
val mutable SplashScreenStyleSolidColor : Android.Window.SplashScreenStyle

フィールド値

Value = 0
属性

注釈

起動されたアクティビティのスプラッシュ画面アイコンが表示されないように、使用 ActivityOptions#setSplashScreenStyleするフラグ

の Java ドキュメントandroid.window.SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR

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

適用対象