我在Eclipse中收到有关[Accessibility] Missing contentDescription属性的警告。此警告显示在ImageView
下面的XML代码的第5行(声明)。
在构建和运行我的应用程序时,这不会出错。但是我真的很想知道为什么我会收到这个警告。
这是我的XML文件:
<?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="wrap_content">
<ImageView
android:id="@+id/contact_entry_image"
android:src="@drawable/ic_launcher"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/contact_entry_text"
android:text=""
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="30sp"
/>
</LinearLayout>
请对此提供帮助,并感谢您的阅读。
android:contentDescription
此属性imageview
,只是一个建议,我认为您可以忽略它,它不会产生编译错误,您也可以检查http://developer.android.com/reference/android/view/View.html#attr_android:contentDescription