Hola.... este es mi header de la aplicacion y el problema esta en que las imagenes todo esta perfectamente sacado de las carpetas hdpi, pero hay un circulo que rodea a un avatar que descuadra, ya no se como arreglarlo y he probado de todo. Este header.xml deberia funcionar para todas mis pantallas.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/relative1"
android:layout_width="wrap_content"
android:layout_height="88dp" >
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="25dp"
android:layout_marginTop="30dp"
android:contentDescription="@string/title"
android:src="@drawable/logo_status_2" />
<RelativeLayout
android:id="@+id/relative2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:adjustViewBounds="true"
android:gravity="end" >
<ImageView
android:id="@+id/profile_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_alignParentRight="true"
android:adjustViewBounds="true"
android:contentDescription="@string/user_image"
android:focusable="false"
android:src="@drawable/avatar" />
<ImageView
android:id="@+id/profile_circle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_alignParentRight="true"
android:adjustViewBounds="true"
android:contentDescription="@string/user_image"
android:focusable="false"
android:src="@drawable/user_thumb_container_2x" />
</RelativeLayout>
</RelativeLayout>
¿PORQUE SE VE DESCUADRADO el user tumb container (de 223*223*pixels) con el avatar de 185*185pixel. Ambos en el subfolder hdpi. BESOS