All Projects → params-ing → StepProgressView

params-ing / StepProgressView

Licence: Apache-2.0 license
An Android library written in kotlin to display steps in a progress bar using a single view

Programming Languages

kotlin
9241 projects

StepProgressView

An Android library written in kotlin to display steps in a progress bar

Setup

implementation 'com.params.progressview:step-progress:1.0.2'

Usage

Loading!!

    <params.com.stepprogressview.StepProgressView
        android:layout_width="300dp"
        app:markers="10,60,120"
        app:totalProgress="130"
        app:currentProgress="40"
        app:markerWidth="3dp"
        app:textMargin="5dp"
        app:textSize="15sp"
        app:markerColor="@android:color/white"
        app:progressColor="@color/colorPrimaryDark" />

TODO

  • Status overlap in case the text labels are too close
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].