Adrián Primo

Results 2 comments of Adrián Primo

If you want to implement a vertical style of slides, you can achieve it with the rotation attributes. ``` android:layout_width="280dp" // width must set a specific width size. android:layout_height="wrap_content" android:rotation="90"...