#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"/>