标签: android android-recyclerview click
我正在尝试使用执行点击模拟点击RecyclerView项目View。当我模拟这个时,我需要删除声音。如何删除此特定点击的声音
StoryView.findViewHolderForAdapterPosition(0).itemView.performClick();
答案 0 :(得分:-1)
yourbutton.setSoundEffectsEnabled(false);