SmoothBottomBar
SmoothBottomBar copied to clipboard
Doesn't supports RTL
I tried rtl but it doesn't worked
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