`

[Accessibility] Missing contentDescription attribute on image

阅读更多

[Accessibility] Missing contentDescription attribute on image

 

1.遇到这种问题时,基本上是因为adt版本不一致,

2.在adt16中使用<ImageView
  android:src="@drawable/bg" />

3.在高版本ADT中会提示警告,将 android:src="@drawable/bg" />改为android:contentDescription="@drawable/bg"即可

 

0
5
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics