码迷,mamicode.com
首页 > 其他好文 > 详细

对进度条progressbar的调整

时间:2016-01-26 15:08:21      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:

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

<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,其实参数也是有点多的。

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

 

对进度条progressbar的调整

标签:

原文地址:http://www.cnblogs.com/likeshu/p/5160369.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!