Have you tried invalidating the view instead of removing it and re-adding it?
>From Android docs http://developer.android.com/reference/android/view/View.html#invalidate() "To force a view to draw, call invalidate()." Or from a non-ui thread call postInvalidate(). On Fri, Oct 5, 2012 at 10:13 PM, Samus Arin <[email protected]> wrote: > ... I say this with a compassionate love for programming ... > > > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Updating-the-UI-tp5712111p5712120.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid -- Med Venlig Hilsen / With Best Regards Tomasz Cielecki http://ostebaronen.dk _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
