You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've managed to change the progress direction using android:layoutDirection
but i need some option to set the direction from the adapter without changing layoutDirection...
is there any other way to animate the progress in another directions?
Im currently using
app:progressView_orientation="horizontal"
but this is showing me from right to left and i want in some cases to show ltr instead,
thanks!
The text was updated successfully, but these errors were encountered:
i've managed to change the progress direction using android:layoutDirection
but i need some option to set the direction from the adapter without changing layoutDirection...
is there any other way to animate the progress in another directions?
Im currently using
app:progressView_orientation="horizontal"
but this is showing me from right to left and i want in some cases to show ltr instead,
thanks!
The text was updated successfully, but these errors were encountered: