标签: android progress-bar
如何创建没有边框的进度条?
答案 0 :(得分: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