<ImageView android:id="@+id/FrameLayoutImage" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="0dp" android:layout_marginRight="0dp" android:layout_marginTop="20dp" android:layout_marginBottom="0dp" android:paddingLeft="0dp" android:paddingRight="0dp" android:paddingTop="0dp" android:paddingBottom="0dp" android:layoutDirection="inherit" android:layout_gravity="center_horizontal" android:scaleType="centerCrop" android:src="@mipmap/mario_dani" />FrameLayoutImage: this is the name of the ImageViewmario_dani: this is the name of the image to load in the view