I created a small popup window in android app for login form shown in the below image. It has some black shades(mentioned in red line) how to remove this, also how to bring arrow shaped symbol in the popup layout(i.e- some customised designs)

I created a small popup window in android app for login form shown in
Share
you can set the background to null by
setBackgroundDrawable(null);by which the new popup window will be transparent