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!
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!