<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://s...content-available-to-author-only...d.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <ImageView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/imageView"
        android:layout_gravity="center"
        android:src="@drawable/menualfatih"/>
</LinearLayout>