标签: android
我在冰淇淋三明治中启用了TalkBack。它在我开发的应用程序中不会说按钮,列表视图。为什么?
答案 0 :(得分:0)
您需要将android:contentDescription属性添加到您的小部件,才能通过TalkBack访问它们。引用the documentation:
android:contentDescription
使用android:contentDescription属性将描述性文本添加到应用程序中的用户界面控件。特别注意ImageButton,ImageView和CheckBox。