We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<seek_bar.circolare.Croller android:id="@+id/croller" android:layout_width="@dimen/_150sdp" android:layout_height="@dimen/_150sdp" android:layout_centerInParent="true" app:back_circle_color="#EDEDED" app:indicator_color="@color/black" app:indicator_width="10" app:is_continuous="false" app:label="" app:label_color="#000000" app:main_circle_color="#FFFFFF" app:max="300" app:progress_primary_color="#0B3C49" app:progress_primary_circle_size="5" app:progress_secondary_color="#EEEEEE" app:start_offset="45" android:layout_marginBottom="@dimen/_10sdp" ></seek_bar.circolare.Croller>
this is the code. i want point progress, not line continous.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<seek_bar.circolare.Croller
android:id="@+id/croller"
android:layout_width="@dimen/_150sdp"
android:layout_height="@dimen/_150sdp"
android:layout_centerInParent="true"
app:back_circle_color="#EDEDED"
app:indicator_color="@color/black"
app:indicator_width="10"
app:is_continuous="false"
app:label=""
app:label_color="#000000"
app:main_circle_color="#FFFFFF"
app:max="300"
app:progress_primary_color="#0B3C49"
app:progress_primary_circle_size="5"
app:progress_secondary_color="#EEEEEE"
app:start_offset="45"
android:layout_marginBottom="@dimen/_10sdp"
></seek_bar.circolare.Croller>
this is the code.
i want point progress, not line continous.
The text was updated successfully, but these errors were encountered: