setRotationY(180) on recyclerview or viewpager creating scroll issue in Android 9(API 28)
问题 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 otherwise it is working perfectly fine. It is working perfectly fine if I remove setRotationY. Has anyone faced this issue? If so, how to solve it? P.S. : Rotating 360f is not affecting the scroll but rotation 180f does. 回答1: You can also use the layoutDirection in your recyclerview or viewpager like: <android.support.v4.view