In my project I have several ListView components. I fill their items in code.
In android phone when I open page with ListView first time, it's render items without styles -- all text of one size.
But after I change page, clear ListView and fill it again it's render correctly.
I try call Repaint method after items fills, but it doesnt help.
Please, tell me what I miss.