【问题标题】:content description in image button [duplicate]图片按钮中的内容描述[重复]
【发布时间】:2014-09-28 17:09:10
【问题描述】:

我是 android 的初学者。在 .xml 文件的图形布局中设计 ai 图像按钮时,我遇到了错误。 如果“图像上缺少 contentDescription 属性”,则会出现错误

现在我该如何解决这个问题?

【问题讨论】:

    标签: android


    【解决方案1】:

    添加内容描述或禁用它

    android:contentDescription="@null"
    

    【讨论】:

    • 其实你应该使用... tools:ignore="ContentDescription" 确保在顶部包含命名空间... xmlns:tools="schemas.android.com/tools"
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-12
    • 2020-06-18
    相关资源
    最近更新 更多