R.attr
class R.attr
Summary
Public constructors |
|---|
attr() |
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
Public properties
postSplashScreenTheme
java-static val postSplashScreenTheme: Int
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 windowSplashScreenAnimatedIcon: Int
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 windowSplashScreenAnimationDuration: Int
Duration of the Animated Icon Animation
May be an integer value, such as "100".
windowSplashScreenBackground
java-static val windowSplashScreenBackground: Int
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".