2010-10-26 36 views
1

的風格:改變我從加載的進度一進度

<?xml version="1.0" encoding="utf-8"?> 
<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android" 
android:id="@+android:id/progress_small" style="?android:attr/progressBarStyleLarge" 
android:layout_width="wrap_content" android:layout_height="wrap_content" /> 

不同的設備上,我得到不同的可視化。我希望每個設備上的進度條和每個Android版本都看起來圓潤,而不是僅由一些簡短的線條構建。

有沒有辦法強制這個? 感謝迄今

回答