Guest User

Untitled

a guest
Oct 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. LinearLayout layout = new LinearLayout(this);
  2. // или если контейнер на разметке
  3. LinearLayout layout = (LinearLayout) findViewById(R.id.layout);
  4.  
  5. ...
  6. layout.removeAllViews(); // удалить все View из LinearLayout
Add Comment
Please, Sign In to add comment