Closed rizkirakasiwi closed 3 years ago
owh, i do this
progressviewl.labelView.layoutDirection = View.LAYOUT_DIRECTION_RTL
Hi @rizkirakasiwi,
It's a great point! I will consider supporting supportRTL
method that handles RTL both the progressView and the label !
when i use RTL mode, i can't use app:progressView_labelConstraints="align_progress"
because the label animation is still from left to right, but everything works perfectly if I use app:progressView_labelConstraints="align_constraint"
progressview support RTL but the label inside the progress not going RTL, i hope you can add this feature