[アクセシビリティ]の画像の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