-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
ProgressViewOrientation.VERTICAL #10
Comments
@allison-lekwa <com.skydoves.progressview.ProgressView
android:layout_width="35dp"
android:layout_height="300dp"
app:progressView_orientation="vertical"
... |
@skydoves |
@allison-lekwa |
Even in the demo, the vertical orientation did not work..... |
The vertical attribute does below internally. progressView.rotation = 180f
progressView.highlightView.rotation = 180f Could you make the rotation manually |
I already did, and this are my observation progressView.highlightView.rotation = 180f |
This vertical progress view does not work on android 7 Nougat, but android 8 onwards it works |
Hi, @siddesh13. |
Fixed in the new version |
The progress view orientation VERTICAL not working
The text was updated successfully, but these errors were encountered: