在我的项目中存在 4 个可绘制文件夹,其中有相同的图像
我有 4 种布局的闪屏(小、大、特大)
在 xlarge 飞溅布局中,在中心我有另一个图像,但不能用与此相同的 res drawable-xhdpi 图像修复
< 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>
我怎么解决这个问题 ?