Долго мучился и не мог понять как сделать так чтобы изображение растягивалось во весь экран без потери качества и обрезания.
Вот готовый пример:
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragme1nt"
android:name="ru.uber_remont.uber.UberFragment"
tools:layout="@layout/fragment_uber"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/app_name"
android:background="@drawable/imagesback" />
Здесь мы выбираем
drawable/imagesback"
Изображение которое будем растягивать с помощью свойств
android:layout_width="wrap_content" android:layout_height="wrap_content"