views:

13

answers:

2

I have a ListView of TextViews and to highlight one of these, I want to make the TextView bold. This only works if I don't scroll the ListView. After I scroll, the boldness changes to a different position. Does anyone know why, or how I can solve this problem?

A: 

Not right offhand. I would recommend posting some code; the problem sounds like it may be in your implementation

atraudes