1.13 Splash Screen Migration
This topic provides information on Splash Screen Migration.
The splash screen implementation is migrated according to latest document from google:
https://developer.android.com/develop/ui/views/launch/splash-screen/migrate
Steps to generate xml file for svg to be used in splash:
- Right click on /android/app/src/main/res/drawable and select New/Image Asset .
- Select the path to the svg.
Note:
svg of bank logo is required. PNG and other image extensions won’t work. - Resize the image from the scroll bar so that the icon is well inside the circle.
- Keep all the configurations as it is and create the svg.
- It will directly generate xml files for different resolution.
- Refer to the foreground xml in styles.xml @drawable/ic_launcher_foreground
Parent topic: OBDX Servicing Application