<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    android:background="@drawable/bg" >    <TextView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="@string/hello" /></LinearLayout>
菜鸟刚刚学安卓    这是我的布局文件,明明用了android:background="@drawable/bg"   有文件夹   有图片 图片格式也是png的,模拟机上有背景图,然后把apk放到真机上安装    盖世3 魅族M9能正常显示背景图片   但是MX3显示不了    求教大神给一个解决方法   谢谢啦安卓 背景图片安卓背景图片