* @param l The ListView where the click happened
* @param v The view that was clicked within the ListView
* @param position The position of the view in the list
* @param id The row id of the item that was clicked
*/
protected void onListItemClick(ListView l, View v, int position, long id) {
}
id就是点击的位置
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)