Skip to content

Instantly share code, notes, and snippets.

View hardikm9850's full-sized avatar
🏠
Working from home

Hardik hardikm9850

🏠
Working from home
View GitHub Profile
AlertDialog.Builder builder = new AlertDialog.Builder(activity);
builder.setView(R.layout.round_alert);
AlertDialog dialog = builder.show();
dialog.getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));