Answer the question
In order to leave comments, you need to log in
Why is the ProgressView class not visible?
Hello! I'm trying the material
library on the Intellij idea for Android, specifically Progress .
Added to build.gradle:
dependencies {
compile 'com.github.rey5137:material:1.2.1'
}
<com.rey.material.widget.ProgressView
android:layout_width="match_parent"
android:layout_height="4dp"
app:pv_autostart="true"
app:pv_circular="false"
app:lpd_strokeColor="@android:color/holo_red_light"
app:pv_progressStyle="@style/Material.Drawable.LinearProgress"
app:pv_progressMode="indeterminate"/>
Answer the question
In order to leave comments, you need to log in
Did you add it to that build.gradle file? You may also need to sync. Check External libraries, if there are no files of this library, then you are doing something wrong. Use the sample from the github and compare what is wrong with you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question