Why is my background image disappearing when scrolling?

In my android app i have got an activity that uses a linear layout to display various rows of text views. The problem is that when scrolling up and down in the activity the background image disappears. In the emulator when I hold down the mouse button to begin scrolling the bg image disappears. When letting go the mouse button, the bg image comes back. I am using this in my xml file to set the bg image:\[code\]android:background="@drawable/wallpaper"\[/code\]What can I do to solve this strange behavior?
 
Back
Top