I have a ListView that I\'m populating from a custom ListAdapter. Inside the Adapter (in the getView(int, View, ViewGroup) method) I\'m setting the background color of the V
Try to do like this:
av.setBackgroundColor(getResources().getColor(R.color.myRow_red));