Transparent, borderless ProgressDialog

android

Solution

Have you tried setting the background to a transparent color?

This answer gives a detailed code sample.

Problem

I've got a `ProgressDialog` that I have positioned to the bottom of my screen as to not overlap a logo. What I would like to do is create a custom style for the `ProgressDialog` that removes the background and the border. I'm not having any luck here. Does anyone have a clue on how to apply this style?

Original source

Related problems