Skip to content

RTL support #27

@mohamadjavadx

Description

@mohamadjavadx

Is your feature request related to a problem? Please describe.
well first of all thanks for quick fix on #24

Right to Left support is the feature that I think it would nice to have on this lib
currently if we try using this library on languages like farsi or arabic, the position of buttons, text, horizontal recycler view, and ... are not appropriate

Describe the solution you'd like
also it's easy to implement
just add another copy of layout with tag (android:layoutDirection="rtl") on root layout or kotlin code (window.decorView.layoutDirection = View.LAYOUT_DIRECTION_RTL)

Additional context
I think this link is super helpful
https://material.io/design/usability/bidirectionality.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions