可以在手机上显示位图元素,而不是平板电脑

时间:2013-11-11 11:18:25

标签: android bitmap drawable

我在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">

问题是什么?

1 个答案:

答案 0 :(得分:0)

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