1 retrun 값을 true로 바꿔준다. 1 2 3 4 5 6 listView.setOnItemLongClickListener(new OnItemLongClickListener() { public boolean onItemLongClick( AdapterView parent, View view, final int position, long id) { return true; } }); Colored by Color Scripter cs * 클릭과 롱클릭 화면 모두가 뜨는 것을 방지한다.