1
如何創建沒有邊框的進度條?Android中沒有邊框的進度條
如何創建沒有邊框的進度條?Android中沒有邊框的進度條
<?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
可能的複製http://stackoverflow.com/questions/3863493/progressbar-dialog-without-border – DeRagan 2010-12-02 05:42:17