I have a custom listview with a setOnTouchListener
listview
setOnTouchListener
view.setOnTouchListener(new OnTouchListener() { @Override publi
What is the view in your case? Is it an individual list item or main listview ? If it is a listview, then try to handle the case
case MotionEvent.ACTION_MOVE : //Check position here, if it is out of your view, then change the color back.