Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

setLayoutDirection - RTL doesnt work  #93

@Mzitow

Description

@Mzitow

I was using constraint layout for my RecyclerView Item, and had to change my layout in the OnCreateViewHolder i had something like:

if (requestRTL) itemView.setLayoutDirection(View.LAYOUT_DIRECTION_RTL);

It worked for version 1.1.0 but after updating the lib to 2.2.0, it failed. I realized this late and had to change back to 1.1.0. Maybe its a bad practice? or is this a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions