0

我已经创建了一个bg.xml 以及以下元素:res/drawable-hdpidrawable-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">

可能是什么问题?

4

1 回答 1

0

没关系 - xml 文件有差异,这就是原因。愚蠢的。感谢帮助。

于 2013-11-12T20:29:27.670 回答