Android XML添加了图片,运行的时候不显示
模拟器运行的时候图片没显示出来<?xmlversion="1.0"encoding="utf-8"?><RelativeLayoutandroid:id="@+id/ga...
模拟器运行的时候图片没显示出来
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:id="@+id/game"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg0"
xmlns:android="http://schemas.android.com/apk/res/android"
>
</RelativeLayout>
模拟器运行的时候图片没显示出来 展开
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:id="@+id/game"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg0"
xmlns:android="http://schemas.android.com/apk/res/android"
>
</RelativeLayout>
模拟器运行的时候图片没显示出来 展开
1个回答
展开全部
可能是放图片的文件夹下没有图片,可能是没有引入xml,可能是程序报错了!图片格式要是Png的
参考:http://jingyan.baidu.com/article/27fa7326db6bbd46f8271fae.html
参考:http://jingyan.baidu.com/article/27fa7326db6bbd46f8271fae.html
追问
文件夹下有图片,在XML预览的时候能看到效果下面是引入XML的
private void onCrteate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.game);
}
追答
那就可能是图片格式和图片大小了,你看看我下面给的参考,照那个检查一遍试试!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |