2017-01-26 5 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