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

后端 未结 4 485
你的背包
你的背包 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:12

    You can also use the layoutDirection in your recyclerview or viewpager like:

     
    

    Or the inflated View. So it will work perfectly.

提交回复
热议问题