I used the following code to set background for an activity:
android:background="@drawable/background"
It works but I have a small problem, the image isn't supposed to be strecthed through the whole screen, I want the image to be somewhere specific on the screen. How do I do it?