In my application I have a lot of layers and instead of setting a background image to each of them, I want to set a background once and for all. How can I do that?
Add android:windowBackground to your theme:
android:windowBackground
And of course make sure your manifest uses the theme for you application: