SmoothBottomBar icon indicating copy to clipboard operation
SmoothBottomBar copied to clipboard

Doesn't supports RTL

Open Dhruvkanani opened this issue 4 years ago • 1 comments

I tried rtl but it doesn't worked

Dhruvkanani avatar Sep 07 '20 17:09 Dhruvkanani

Please update to the latest version ("1.7.8" so far) to see the changes. Also, here's the related code:

// reverse items layout order if layout direction is RTL
        val itemsToLayout = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1
            && layoutDirection == LAYOUT_DIRECTION_RTL
        ) items.reversed() else items

LinX64 avatar May 16 '21 05:05 LinX64