Skip to content

himanshiThakur/StepViewLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StepViewLibrary

This library allows to use Material steppers inside Android applications.

Paste this in build.gradle:

  • compile 'com.paxcel.stepview:stepview:1.0.5'

step view1 step view2

  <com.paxcel.stepview.StepView
        android:id="@+id/stepperView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        app:noOfSteps="6"
        app:stepTextSize="12"
        app:separatorWidth="60"
        app:separatorHeight="3"
        app:separatorColor="@color/colorPrimary"
        app:selectedTextColor="@android:color/white"
        app:unSelectedTextColor="@color/colorPrimary"
        app:selectedBackground="@drawable/bg_circle_blue_solid"
        app:unSelectedBackground="@drawable/bg_circle_blue"
        />

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages