Issue
I already import in the dependencies the implementation 'com.kofigyan.stateprogressbar:stateprogressbar:1.0.0'
and gives this error
Class referenced in the layout file, com.kofigyan.stateprogressbar.StateProgressBar, was not found in the project or the libraries
<com.kofigyan.stateprogressbar.StateProgressBar
android:id="@+id/your_state_progress_bar_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:spb_currentStateNumber="three"
app:spb_maxStateNumber="four"
app:spb_stateBackgroundColor="#BDBDBD"
app:spb_stateForegroundColor="#009688"
app:spb_stateNumberBackgroundColor="#808080"
app:spb_stateNumberForegroundColor="#eeeeee"
app:spb_currentStateDescriptionColor="#009688"
app:spb_stateDescriptionColor="#808080"
app:spb_animateToCurrentProgressState="true"
app:spb_checkStateCompleted="true"/>
Solution
github.com/kofigyan/StateProgressBar/issues/69 is the answer! thanks man
Answered By - 8xers6
Answer Checked By - Katrina (JavaFixing Volunteer)