首页上一页 1 下一页尾页 3 条记录 1/1页
启动画面布局的问题求大神指教
发表在Android图书答疑
2014-11-26
是否精华
是
否
版块置顶:
是
否
按书的程序输入却出现问题,程序如下:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ImageView android:id="@+id/splashScreenImage" {这行有问题说Missing contentDescription attribute on image.}
android:scr="@drawable/ic"
android:layout_width="match_parent"
android:layout_height="match_parent"></ImageView>
<TextView
android:layout_height="wrap_content"
android:layout_width="wrap_content"></TextView>
</FrameLayout>
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ImageView android:id="@+id/splashScreenImage" {这行有问题说Missing contentDescription attribute on image.}
android:scr="@drawable/ic"
android:layout_width="match_parent"
android:layout_height="match_parent"></ImageView>
<TextView
android:layout_height="wrap_content"
android:layout_width="wrap_content"></TextView>
</FrameLayout>