Android viewPager image slide right to left

前端 未结 4 2037
旧巷少年郎
旧巷少年郎 2021-01-05 02:21

I want to add an image slide. But cannot make it slide from right to left. (for languages like Arabic or Hebrew)

I checked nearly all replies in stackoverflow, but c

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-05 02:50

    Just smiple solution but it is not professional

    Write this in xml for VeiwPager

     android:rotationY="180" 
    

    and also in veiw_item

               android:rotationY="180".
    

提交回复
热议问题