Buena ,
Estoy intentando añadir una imagen como fondo a mi DialogFragment pero al añadir el fondo el dialog ya ocupa mas del tamaño original.
¿Como puedo hacer para que la imagen se adapter al tamaño del layout?
Este es el layout principal :
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/fondofiltro"
android:orientation="vertical" >
y dentro contiene varios layout mas ..