Skip to content

Commit 22c7d09

Browse files
committed
Create README.md
1 parent 65e89b1 commit 22c7d09

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# StepViewAndroid
2+
An android library written in kotlin to display steps (without any max-min limits) along with the descriptions. It also supports some really cool features.
3+
4+
## Usage
5+
Here is a basic example of a StepView
6+
7+
![alt oops](https://github.com/params-ing/StepViewAndroid/blob/dev/screenshots/basic_stepview.png)
8+
9+
```
10+
<params.com.statusView.StatusViewScroller
11+
android:id="@+id/statusView"
12+
android:layout_width="wrap_content"
13+
android:layout_height="wrap_content"
14+
app:circleColor="#F1EA7F"
15+
app:circleRadius="20dp"
16+
app:complete_drawable="@drawable/ic_done_black_24dp"
17+
app:statusCount="4"
18+
app:currentCount="4"
19+
app:drawCount="true"
20+
android:entries="@array/statuses" />
21+
```
22+
23+

screenshots/basic_stepview.png

11.8 KB
Loading

0 commit comments

Comments
 (0)