您应该将其设置
ListView为单模式。为此,添加
android:choiceMode="singleChoice"到包含您的布局
ListView:
<ListView ... android:choiceMode="singleChoice" />

您应该将其设置
ListView为单模式。为此,添加
android:choiceMode="singleChoice"到包含您的布局
ListView:
<ListView ... android:choiceMode="singleChoice" />