<RelativeLayout
    android:visibility="visible" 
    android:layout_width="match_parent"
    android:layout_height="match_parent">
  <ImageView 
            android:src="@drawable/ic_launcher"
            android:layout_height="wrap_content"
            android:centerInParent="true"
      android:layout_width="wrap_content"  />
</RelativeLayout>