I have been googling and searching to resolve this error for some time and I can`t seem to find out why and how to solve it.
I`m using a customAdapter to fill in my
Search for the views in the convertView that you inflate(and not in the current Activity layout like you currently do):
convertView
Activity
mHolder.textViewCenter = (TextView) convertView.findViewById(R.id.textview_list_item_central);