-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
//ListView的点击事件
sortListView.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
String city = ((CitySortModel) adapter.getItem(position - 2)).getName();
SentDataForResult(city);
}
});
position - 1改成position - 2才对 因为添加了两个head
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels