Skip to content

Instantly share code, notes, and snippets.

@chesnerdesir
Created January 31, 2014 01:17
Show Gist options
  • Select an option

  • Save chesnerdesir/dbc7d0b5c75bfa9b2722 to your computer and use it in GitHub Desktop.

Select an option

Save chesnerdesir/dbc7d0b5c75bfa9b2722 to your computer and use it in GitHub Desktop.
final Dialog dialog = new Dialog(this);
dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
dialog.getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));
dialog.setContentView(R.layout.splash);
dialog.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment