I developed a splash for an android app and included a background image with the command:
android:background="@drawable/bg16"
The image appeared, but due to its dimensions, it turned out to be a bit flat. Is there any standard dimension for images in Android applications?