我为一些 ImageView(s) 添加了 contentDescription。在使用 TalkBack 进行测试时,其中一些会在 contentDescription 中附加“按钮”,而另一些则不会。演讲不存在一致的行为吗?
注意:一些 ImageView 有 OnClickListener,而另一些有 onTouchListener。带有 onClickListener 的 ImageView 会在 contentDescription 中附加“按钮”,而带有 onTouchListener 的 ImageView 则不会。
另外,我注意到android:clickable="true"
带有 onTouchListener 的 ImageView 设置会宣布带有 contentDescription 的“按钮”。
处理这种不一致的最佳方法是什么?
设置是否android:clickable="true"
会影响 onTouchListener 的现有功能?
问问题
4649 次