• Stars
    star
    100
  • Rank 340,703 (Top 7 %)
  • Language
    Java
  • Created almost 9 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一个简单的自定义进度条,支持三种样式

CBprogressBar

一个简单的自定义进度条,支持三种样式

ImageProgressBar

useage

<com.zhl.cbprogressbar.view.CBProgressBar
    android:id="@+id/my_progress2"
    android:layout_width="match_parent"
    android:layout_height="15dp"
    android:layout_gravity="center_horizontal"
    android:layout_marginTop="20dp"
    cb:isHorizonStroke="true"
    cb:orientation="horizontal"
    cb:percent_text_color="@color/percent_text_color_2"
    cb:percent_text_size="@dimen/percent_text_size_large"
    cb:progressBarBgColor="@color/progressbar_bg_color_1"
    cb:progressColor="@color/progress_color_1"
    cb:rect_round="@dimen/horizontal_corner" />
    
    
    <com.zhl.rx.views.ImageProgressBar
    android:id="@+id/progressBar"
    android:layout_width="240dp"
    android:layout_height="160dp"
    app:coverColor="@color/progress_cover_color"
    app:imagebg="@mipmap/progressbar_bg"
    app:roundConer="5dp"
    app:styleMode="mode_image_show" />

具体属性功能下载demo后调试便知