Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save deanpanayotov/9530476 to your computer and use it in GitHub Desktop.
Save deanpanayotov/9530476 to your computer and use it in GitHub Desktop.
new Handler(Looper.getMainLooper()).post(new Runnable() {
@Override
public void run() {
findViewById(R.id.btnLogin).setVisibility(View.VISIBLE);
findViewById(R.id.layoutTwitter).setVisibility(View.GONE);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment