にcontentDescription属性がありません[アクセシビリティ]欠落contentDescription属性IMAGEBUTTONは私にエラーを与える:画像上の[アクセシビリティ]画像
このエラーは何を意味し、どのように私はそれを修正することができますか?
<ImageButton
android:id="@+id/callbannerbuttonpg1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="157dp"
android:background="@null"
android:src="@drawable/callbanner"
android:visibility="invisible" />
おかげで は、いや、私は、通常のボタンと並んで画像ボタン側を使用して、私は彼らが再び二つの異なる感謝を作りたかっ推測する方法を教えるチュートリアルからそれを使用して、魔法のように働きました。 – user1091368
「アクセシビリティのための設計」リンクは404になりましたが、同じコンテンツがここにあります:http://developer.android.com/guide/topics/ui/accessibility/apps.html –