stepview in android

Solutions on MaxInterview for stepview in android by the best coders in the world

showing results for - "stepview in android"
Dashawn
17 Jun 2016
1<com.shuhart.stepview.StepView
2	android:id="@+id/step_view"
3	android:layout_width="match_parent"
4	android:layout_height="wrap_content"
5	android:padding="16dp"
6	app:sv_selectedCircleColor="@color/colorAccent"
7	app:sv_selectedTextColor="@color/colorAccent"
8	app:sv_stepLineWidth="1dp"
9	app:sv_stepPadding="4dp"
10    app:sv_nextTextColor="@color/colorAccent"
11	app:sv_nextStepLineColor="@color/colorAccent"
12	app:sv_doneCircleColor="@color/colorAccent"
13	app:sv_doneStepLineColor="@color/colorAccent"
14	app:sv_doneCircleRadius="12dp"
15	app:sv_selectedCircleRadius="12dp"
16	app:sv_selectedStepNumberColor="@color/colorPrimary"
17	app:sv_stepViewStyle="@style/StepView"
18	app:sv_doneStepMarkColor="@color/colorPrimary"
19	app:sv_stepNumberTextSize="12sp"
20	app:sv_animationType="Line"
21  app:sv_typeface="@font/roboto_italic"/>