Description:
1. Currently if a custom splash screen is named anything other than "background.9.png" the CLI does not pick the custom splash screen & rather uses the default splash screen from the titanium SDK
2. Create an app & follow the docs for how to have custom splash screen :
http://docs.appcelerator.com/titanium/latest/#!/guide/Icons_and_Splash_Screens-section-29004897_IconsandSplashScreens-Splashscreens
3. See that in the docs we use the name "splash.9.png" as the filename for the custom splash screen.
4. Build the app for android device.
5. Rename the "splash.9.png" to "background.9.png" & build for android device again.
Actual Result:
1. When name "splash.9.png" is used the default splash screen is picked up from the titanium sdk & displayed.
2. When name "background.9.png" is used the custom splash screen is picked up & displayed.
Expected Result:
1. The naming of the custom splash screen file should not be restricted to "background.9.png".
Attaching sample project for the issue.
Turns out this is a non-issue. In Titanium 3.3.0 and newer, we now use the AppCompat theme for the application. You can override the default splash screen with whatever you want by creating a new theme and setting that theme on the activity, not the application.
[~cbarber] May be work with Ben to document this?
Closing ticket as invalid with reference to previous comments.