在ListView控件中添加:
android:focusableInTouchMode="true"
android:focusable="true"
本文介绍如何在Android的ListView控件中设置焦点属性,通过添加特定的XML属性实现触摸模式下的焦点控制。
在ListView控件中添加:
android:focusableInTouchMode="true"
android:focusable="true"

被折叠的 条评论
为什么被折叠?