标签: android listview position ontouchevent listviewitem
有没有办法获取ListView子句onTouch ACTION_DOWN事件的位置?
listView.getChildAt(position_when_touched).setBackgroundResource(R.drawable.newBackground);