进度条(一)

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >
    <ProgressBar 
        android:id="@+id/ProgressBar01"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>//标准
    <ProgressBar 
        android:id="@+id/ProgressBar02"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        style="?android:attr/progressBarStyleLarge"/>//大圈

</LinearLayout>

 

posted on 2013-08-12 11:30  Codebaby  阅读(179)  评论(0)    收藏  举报

导航