How to add a background image to an Android Activity
1:Copy and paste an Image into drawable under res which you want to see as background of your activity.
2: Find out RelativeLayout inside content.xml file.
3: Code inside RelativeLayout
android:background="@drawable/ImageName".