Guest User

Untitled

a guest
Jan 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ActivityName.this.runOnUiThread(new Runnable() {
  2. @Override
  3. public void run() {
  4. setContentView(R.layout.main);
  5. } });
Add Comment
Please, Sign In to add comment