skydoves / ProgressView

🌊 A polished and flexible ProgressView, fully customizable with animations.
Apache License 2.0
789 stars 57 forks source link

RTL please #19

Closed rizkirakasiwi closed 3 years ago

rizkirakasiwi commented 3 years ago

progressview support RTL but the label inside the progress not going RTL, i hope you can add this feature

rizkirakasiwi commented 3 years ago

owh, i do this progressviewl.labelView.layoutDirection = View.LAYOUT_DIRECTION_RTL

skydoves commented 3 years ago

Hi @rizkirakasiwi, It's a great point! I will consider supporting supportRTL method that handles RTL both the progressView and the label !

rizkirakasiwi commented 3 years ago

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"