Add & delete view from Layout

I’ve done it like so:

((ViewManager)entry.getParent()).removeView(entry);

Leave a Comment