listview item如何获取子控件



seOonItemLongClick(AdapterView<?> arg0, View arg1,
                                        int arg2, long arg3) {
                                TextView tv_id =(TextView)arg1.findViewById(R.id.ItemId);

}

你可能感兴趣的:(listview item如何获取子控件)