Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hushenghao/TextProgressBar

Repository files navigation

TextProgressBar

带左右文字的进度条,背景自定义

Use

<com.dede.textprogressbar.TextProgressBar
        android:id="@+id/pb"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:leftText="@string/app_name"
        app:maxProgress="100"
        app:progressDrawable="@drawable/shape_pb_bg"
        app:textColor="@android:color/black"
        app:textPadding="10dp"
        app:progress="30"
        app:textSize="11sp" />

截图

截图

About

a android text progress bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages