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
After some tests with anticlockwise, I have an issue the primary and the secondary progress doesn't start and doesn't at the same point :/
I attached a screenshot to help you. (The primary progress is the green one)
My xml :
<com.sdsmdg.harjot.crollerTest.Croller android:layout_width="match_parent" android:layout_height="match_parent" android:clickable="true" android:focusable="true" app:back_circle_color="@android:color/white" app:indicator_color="#019a6b" app:indicator_width="20" app:is_continuous="true" app:anticlockwise="true" app:label_color="@android:color/black" app:label_size="0" app:main_circle_color="@android:color/white" app:max="25" app:progress="0" app:progress_primary_color="#019a6b" app:progress_primary_stroke_width="50" app:progress_secondary_color="#EEEEEE" app:progress_secondary_stroke_width="45" app:start_offset="215"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After some tests with anticlockwise, I have an issue the primary and the secondary progress doesn't start and doesn't at the same point :/
I attached a screenshot to help you. (The primary progress is the green one)
My xml :
<com.sdsmdg.harjot.crollerTest.Croller
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:focusable="true"
app:back_circle_color="@android:color/white"
app:indicator_color="#019a6b"
app:indicator_width="20"
app:is_continuous="true"
app:anticlockwise="true"
app:label_color="@android:color/black"
app:label_size="0"
app:main_circle_color="@android:color/white"
app:max="25"
app:progress="0"
app:progress_primary_color="#019a6b"
app:progress_primary_stroke_width="50"
app:progress_secondary_color="#EEEEEE"
app:progress_secondary_stroke_width="45"
app:start_offset="215"
The text was updated successfully, but these errors were encountered: