I am displaying a ProgressBar in Android, as seen below:
ProgressBar
but there is a
After some experiments I got to the following:
If I use this theme as a style for an Activity I get no frame. If you use this with the Dialog constructor: Dialog(context, theme) you get no frame.
Activity
Dialog