public final class R.attr


Summary

Public fields

static int

Theme to apply to the Activity once the splash screen is dismissed

static int

Icon to set for the splashscreen.

static int

Duration of the Animated Icon Animation

static int

Background color of the splash screen.

Public constructors

Public fields

postSplashScreenTheme

public static int postSplashScreenTheme

Theme to apply to the Activity once the splash screen is dismissed

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

windowSplashScreenAnimatedIcon

public static int windowSplashScreenAnimatedIcon

Icon to set for the splashscreen.

On API31+, this can be an animated icon by overriding it in the [res/drawable-v31/] directory Defaults to @drawable/ic_launcher.

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

windowSplashScreenAnimationDuration

public static int windowSplashScreenAnimationDuration

Duration of the Animated Icon Animation

May be an integer value, such as "100".

windowSplashScreenBackground

public static int windowSplashScreenBackground

Background color of the splash screen. Defaults to the theme's windowBackground

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

Public constructors

attr

public attr()