Add Text in Splash Screen above android 12

510 Views Asked by At

Is it possible to add a text below the logo in splash screen while using Splash Screen API? I did not find any property regarding "text" in Theme.SplashScreen.

I have also tried the following link to solve the problem but that not helped to me. Is anyother way to achieve this requirement.expectation Text with Splashscreen API

1

There are 1 best solutions below

2
Vishnu S Dharan On

There is no support for text in the SplashScreen api as of now.

You can achieve what you want by

  1. creating a custom splash screen activity as the launcher activity.
  2. Set the colors and icons of the SplashScreen api to transparent by editing Theme.SplashScreen.

Result: You will have two splash screens one from SplashScreen api and the custom splash screen, since the former is transparent it will not be reflected in the app.