How to create a progressbar without border?
Asked
Active
Viewed 2,081 times
1
-
Possible duplicate of http://stackoverflow.com/questions/3863493/progressbar-dialog-without-border – DeRagan Dec 02 '10 at 05:42
1 Answers
2
<?xml version="1.0" encoding="utf-8"?>
<style name="my_style" parent="@android:style/Theme.Dialog" >
<item name="android:windowBackground">@null
</item>
</style>
From this similar thread: ProgressBar dialog Without Border