【发布时间】:2013-11-11 11:18:24
【问题描述】:
我在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">
可能是什么问题?
【问题讨论】:
-
创建名为 drawable-sw720dp 或 drawable-sw600dp 的新文件夹并将图像放入该文件夹并尝试一次...