setRotationY(180) on recyclerview or viewpager creating scroll issue in Android 9(API 28)

后端 未结 4 484
你的背包
你的背包 2021-01-15 09:08

I am managing RTL contents by implementing setRotationY for recyclerview and viewpagers but it seems that it is creating scroll/swipe issues in only devices with API 28 othe

4条回答
  •  无人共我
    2021-01-15 09:21

    Issue was with this sliding tab strip library I was using. It would work perfectly as per other answers, we just have to add layoutDirection attribute to viewpager.

提交回复
热议问题