This is how my activity_mail.xml starts can I add a simple line here to add a background image or is there more to it?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/mainLayout">
This is for a tablet app and I want the image center aligned.
Thanks in advance