In my project exist 4 drawable folder ,and same image in there
I have splash screen in 4 layout (small,large,xlarge)

in xlarge splash layout ,in center I have another image
but that don’t fix with res drawable-xhdpi image same as this

< merge xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:src="@drawable/bg_logo" />
</ merge>
how can I solve this problem ?
In each drawable folder you haveto store different resoulutions if you want to achieve identical result, or you can use 1 folder and this pic will be resized.
To find out what sizes do you need, check this:
http://developer.android.com/guide/practices/screens_support.html