我在res/drawable-hdpi
以及drawable-xhdpi
中创建了 bg.xml ,其中包含以下元素:
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/mainbg"
android:tileMode="repeat"
android:dither="true" />
这在我的三星S3上运行正常。但是在我的Nexus 7(v2)上,背景没有显示出来。 src文件被添加到xhpdi文件夹中,因此它就在那里。 还添加了
< supports-screens android:xlargeScreens="true">
问题是什么?
答案 0 :(得分:0)
没关系 - xml文件有差异,这就是原因。愚蠢。谢谢你的帮助。