android draw dialog with transparent background

www‮ual.‬tturi.com
android draw dialog with transparent background
// how to make dialog transparent in android
 dialog.getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));
Created Time:2017-09-04 20:48:37  Author:lautturi