Skip to content

LeoYe168/stepsview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Android Steps view

Example image

Usage

<com.mrebollob.stepsview.StepsView
    android:id="@+id/small_steps_view"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:thumb_size="50dp"/>
final String[] steps = {"step1", "step2", "step3", "step4"};

stepsView.setLabels(steps)
        .setBarColorIndicator(Color.GRAY)
        .setProgressColorIndicator(Color.GREEN)
        .setLabelColorIndicator(Color.BLACK)
        .setCompletedPosition(2)
        .drawView();

Source Android-StepsView by anton46

About

a demo that show steps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages