2017-01-26 77 views

回答

4
<ProgressBar 
    android:id="@+id/progressBar" 
    style="@style/Widget.AppCompat.ProgressBar.Horizontal" 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" 
    android:layout_marginTop="-7dp" 
    android:indeterminate="true" 
    /> 

输出

enter image description here

+0

谢谢.... :-) – User