Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 456 Bytes

File metadata and controls

18 lines (12 loc) · 456 Bytes

#ScrollingImageView

Support View Animation Slide Left to Right, Right to Left

##How to use

<com.seonil.scrollingimageview.ScrollingImageView
        android:id="@+id/scrollingImageView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        scrolling_image_view:duration="6000"
        scrolling_image_view:initialState="stopped"
        scrolling_image_view:slideType="LeftToRight"/>