[Accessibility] Missing contentdescription attribute on image

Source: Internet
Author: User

when using Eclipse to define a ImageView, always prompt for this [accessibility] Missing contentdescription attribute on image warning, although it can be ignored but always feel strange, On the Internet a search found that this is ADT 16.0 (I use ADT20.0) new features, in some non-text display of the control, such as ImageView and ImageButton, etc., ADT will prompt you to define an android: The ContentDescription property is used to describe the effect of this control. The English text is as follows:

Resolved this warning by setting attribute android:contentdescription for my ImageView

android:contentdescription= "@string/desc"

Android Lint Support on ADT throws this warning to ensure that image widgets provide a contentdescription

This defines text that briefly describes content of the view. Used primarily for accessibility. Since Some views does not have the textual representation this attribute can is used for providing such.

Non-textual widgets like Imageviews and imagebuttons should use the ContentDescription attribute to specify a textual desc Ription of the widget such that screens readers and other accessibility tools can adequately describe the user interface.

[Accessibility] Missing contentdescription attribute on image

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.