2010-12-02 86 views

回答

2
<?xml version="1.0" encoding="utf-8"?> 
<style name="my_style" parent="@android:style/Theme.Dialog" > 
<item name="android:windowBackground">@null 
</item> 
</style> 

從這個類似的線程:的ProgressBar dialog Without Border