对进度条progressbar的调整

   进度条的理解,感觉这个进度条不是那么简单,系统给我们定制了几个普通的,但是如果还需要有更加好的效果,需要自己去调试。

<ProgressBar
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        style="@style/Base.Widget.AppCompat.ProgressBar.Horizontal"
        android:progress="20"
        android:layout_marginTop="20dp"
        android:layout_marginBottom="20dp"/>

  点进去系统给的style,其实参数也是有点多的。

  --------之后给一个看到别人写的进度条的分析

 

posted @ 2016-01-26 14:44  likeshu  阅读(291)  评论(0编辑  收藏  举报