You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
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.
2
+
An android library written in kotlin to display steps (without any max-min limits) along with the status/description. It also supports some really cool features.
3
3
4
4
## Usage
5
5
@@ -17,10 +17,10 @@ An android library written in kotlin to display steps (without any max-min limit
17
17
<params.com.statusView.StatusViewScroller
18
18
android:layout_width="wrap_content"
19
19
android:layout_height="wrap_content"
20
-
app:statusCount="5"
20
+
app:stepCount="5"
21
21
app:currentCount="4"
22
22
app:drawCount="true"
23
-
android:entries="@array/statuses"
23
+
android:entries="@array/status"
24
24
app:circleColorType="fillStroke"
25
25
app:lineGap="5dp"
26
26
app:lineWidth="3dp"
@@ -47,31 +47,31 @@ An android library written in kotlin to display steps (without any max-min limit
47
47
* Set different drawables for completed, current & incomplete states.
0 commit comments