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
In case of RTL language i.e arabic date toolbar does not work as expected. For RTL layout left arrow should navigate to next month. Right arrow to previous month. It could be achieved by replacing left/right constraints with start/end.
To make sure drawables works as expected android:autoMirrored="true" can be added to vector/bitmap parameters.
The text was updated successfully, but these errors were encountered:
In case of RTL language i.e arabic date toolbar does not work as expected. For RTL layout left arrow should navigate to next month. Right arrow to previous month. It could be achieved by replacing left/right constraints with start/end.
To make sure drawables works as expected
android:autoMirrored="true"
can be added to vector/bitmap parameters.The text was updated successfully, but these errors were encountered: