我已经创建了一个bg.xml 以及以下元素:res/drawable-hdpi
drawable-xhdpi
<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">
可能是什么问题?