StepViewAndroid icon indicating copy to clipboard operation
StepViewAndroid copied to clipboard

An Android library (Step View) written in kotlin to display steps (without any max-min limits) along with the status/description using a single view. It also supports some really cool features.

Results 12 StepViewAndroid issues
Sort by recently updated
recently updated
newest added

Kindly add the feature to set the status text color for each status like complete , incomplete , current

I wannna change the step number if it possible to my current condition, is it possible with this library?

Can you add RTL support for this layout so that first step start from right side of screen instead of left

enhancement

Only one text color can be set app:textColorStatus="" Can you add properties like these app:textColorLabels="" app:textColorLabelsCurrent="" app:textColorLabelsIncomplete=""

enhancement

How can I do it Vertically?

enhancement

Thanks for the awesome library. I'm having 10 steps in my app. Current layout only shows 4 steps. I'm assigning currentcount via onCreate(). But I tried smoothScrollToStep to 6. But...

This PR enables to write the labels inside the circles instead of below. This is especially useful when a user needs to draw different numbers, such as the example below:...

Hi, I noticed that if I use the StatusView like this (without the Scroller, basically): ```xml ``` At runtime that ID doesn't exist because the following line: https://github.com/params-ing/StepViewAndroid/blob/722ccb391100881ea32e695edc33aa3025176a5e/stepview/src/main/java/params/com/stepview/StatusView.kt#L420 Overwrites it....

I need this function now. Can you add it?