class R.attr


Summary

Public constructors

Public properties

java-static Int

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

java-static Int

Icon to set for the splashscreen.

java-static Int

Duration of the Animated Icon Animation

java-static Int

Background color of the splash screen.

Public constructors

attr

attr()

Public properties

postSplashScreenTheme

java-static val postSplashScreenThemeInt

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

java-static val windowSplashScreenAnimatedIconInt

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

java-static val windowSplashScreenAnimationDurationInt

Duration of the Animated Icon Animation

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

windowSplashScreenBackground

java-static val windowSplashScreenBackgroundInt

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".