Is it possible to add a text to the logo in splash screen while using Splash Screen API? I did not find any property regarding "text" in Theme.SplashScreen.
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/black_accent</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/circle_orange</item>
<item name="windowSplashScreenAnimationDuration">200</item>
<!-- Set the theme of the Activity that directly follows your splash screen. -->
<!-- Required -->
<item name="postSplashScreenTheme">@style/Theme.MyApplication</item>
</style>