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
Hello, thanks for your library.
I used it in my project.
I saw a problem.
I configured the direction of project in my theme file.
it was like this: rtl,
but I wanted to set the direction of OTPTextView to Left-to-right.
Unfortunately, it didn't apply. why? what is problem.
It is important to say you, I could change the direction of other components easily.
could you solve your problem?
thanks in advance
The text was updated successfully, but these errors were encountered:
When I removed rtl from theme
bottom lines was applied very well
<com.otpview.OTPTextView
...
android:layoutDirection="ltr"
/>
but I don't want to remove rtl from theme
do you have any idea or solution?
Hello, thanks for your library.
I used it in my project.
I saw a problem.
I configured the direction of project in my theme file.
it was like this: rtl,
but I wanted to set the direction of OTPTextView to Left-to-right.
Unfortunately, it didn't apply. why? what is problem.
It is important to say you, I could change the direction of other components easily.
could you solve your problem?
thanks in advance
The text was updated successfully, but these errors were encountered: