layout中的xml檔案提示Missing contentDescription attribute on image
使用ADT 16.0或者以上版本時,使用者定義一個ImageView,會提示[Accessibility] Missing contentDescription attribute on image,雖說這個警告可以忽略不計,但總讓人感覺不舒服。
其實,這是ADT 16.0的新特性,在一些沒有文字顯示的控制元件裡,如imageView和imageButton等,ADT會提示你新增一個android:contentDescription屬性,用來描述這個控制元件的作用。(而且值引用strings.xml檔案中的,否則又會有提示。)
英文原文如下:
Resolved this warning by setting attribute android:contentDescription for my ImageView
android:contentDescription="@string/desc"
Android Lint support in ADT 16 throws this warning to ensure that image widgets provide a contentDescription
This defines text that briefly describes content of the view. This property is used primarily for accessibility. Since some views do not have textual representation this attribute
can be used for providing such.
Non-textual widgets like ImageViews and ImageButtons should use the contentDescription attribute to specify a textual description of the widget such that screen readers and other
accessibility tools can adequately describe the user interface.
相關文章
- eclipse xml檔案中按alt+/沒有提示資訊EclipseXML
- java去除xml檔案中的標籤JavaXML
- 修改所有xml檔案中的某些內容XML
- 簡單讀取XML檔案中的值XML
- xml檔案XML
- 解決Eclipse裡的Maven工程pom.xml檔案報:web.xml is missing and <failOnMissingWebXml> is set to true錯誤EclipseMavenXMLWebAI
- 隱藏在xml檔案中的惡意軟體XML
- xml是什麼格式的檔案 xml檔案怎麼開啟XML
- mybatis xml 檔案中like模糊查詢MyBatisXML
- 關於Android中xml佈局檔案之android 入門xml佈局檔案AndroidXML
- SQL Server中讀取XML檔案的簡單做法SQLServerXML
- 文摘:在EJB中讀取XML配置檔案XML
- XML檔案處理中增加xmlns問題XML
- thinkphp5 後臺上傳圖片提示 image null 非法上傳檔案PHPNull
- Office檔案的Open Xml 格式XML
- web.xml檔案的作用WebXML
- Structs的配置檔案都在一個檔案(struct-config.xml)中嗎?StructXML
- jdom解析xml檔案XML
- [XML與properties檔案]XML
- GData解析XML檔案XML
- jquery 解析xml檔案jQueryXML
- ie中jQuery無法解析xml檔案的解決方案jQueryXML
- 把list集合的內容寫入到Xml中,通過XmlDocument方式寫入Xml檔案中XML
- java 語音用xml檔案實現圖形介面 xml檔案JavaXML
- 讀取xml檔案 解析雙層xmlXML
- XML檔案中url路徑中&失效解決辦法XML
- 將Xml檔案遞迴載入到TreeView中XML遞迴View
- 關於Java Web工程中web.xml檔案JavaWebXML
- Sql server:從XML檔案中讀取配置資訊SQLServerXML
- 【SSM框架整合】專案xml檔案、properties等檔案的配置SSM框架XML
- Maven專案中POM.xml檔案內的標籤大全詳解MavenXML
- XMl 檔案屬性的讀取XML
- Spring裡面xml檔案中bean的依賴和繼承SpringXMLBean繼承
- Go xml檔案處理GoXML
- 使用 Java 解析XML檔案JavaXML
- SQL Map XML配置檔案。SQLXML
- 讀寫iOS XML檔案iOSXML
- C# 建立XML檔案C#XML