标签: android listview contextmenu togglebutton
我有一个ListView,其TextView一个ToogleButton。现在我必须为我的ListView实现一个上下文菜单。但如果切换按钮可见,则不会显示上下文菜单。 onListItemClick也不起作用。为什么?
ListView
TextView
ToogleButton
onListItemClick
答案 0 :(得分:0)
@ChiragRaval,我找到了解决方案。
android:focusable="false" ToggleButton是我需要的。现在ToggleButton和上下文菜单都可以工作。
android:focusable="false"
ToggleButton