Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在位于库的适配器中的方法中为 asetOnFocusChangeListener制作时,侦听器不起作用。为什么?imageViewgetViewlistView
setOnFocusChangeListener
imageView
getView
listView
因为 imageview 不能使用 setOnItemClickListener。它可以采用 setOnClickListener。
改用 setOnClickListener
请确保您的布局文件中没有 android:onClick 事件。对于 ListView 行,它被夸大了。