I have a listview which displays several items. Now I want to scroll to some specific item (e.g. the 33th item). I know that this can be done via
myList.setS
Try this, it will work-
myList.getChildAt(myList.getSelectedItemPosition()).setBackgroundColor(Color.RED);