<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:background="#fff" android:layout_height="match_parent"> <ProgressBar android:id="@+id/progressBar1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:layout_marginBottom="58dp" /> <ImageView android:src="@drawable/spless" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="fitCenter" android:adjustViewBounds="false" android:layout_marginBottom="106dp" android:cropToPadding="false" android:id="@+id/imageView" android:layout_above="@+id/progressBar1" android:layout_centerHorizontal="true" /> </RelativeLayout>