I want to place a background image in a RelativeLayout. The background image has got some objects in it, like a chair, a table, some cards, etc.
android:background="@drawable/remy_menu_background"
but the damn thing stretches according the the screen, the cards and table look stretched.
How should i go about doing this, so it looks ok on any screen?