gechentuo
Results
1
comments of
gechentuo
mListview.getList().setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() { @Override public boolean onItemLongClick(AdapterView parent, View view, int position, long id) { Log.w(this.getClass().getName(), "onItemClickLong"); return false; } });