I have a layout that contains some text fields and has a background image that\'s displayed at the top of my activity. I\'d like the background image to scale to wrap the c
Create a drawable xml, say mybackground.xml
Then in your RelativeLayout in the first code snippet use
android:background="@drawable/mybackground"