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 ?