android > ProgressBar

转小圈圈的 style

<ProgressBar 
        android:id="@+id/pull_to_refresh_progress"
        android:indeterminate="true"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="30dip"
        android:layout_marginRight="20dip"
        android:layout_marginTop="10dip"

        android:layout_centerVertical="true"
        style="?android:attr/progressBarStyleSmall"
        />

相关推荐