Skip to content

wsk900906/AutoScrollImageView

Repository files navigation

AutoScrollImageView

a view can content a image and let image scroll auto. Easy to Use

    autoScrollImageView=(AutoScrollImageView)findViewById(R.id.auto);
    autoScrollImageView.setImageResource(R.mipmap.bg);
    autoScrollImageView.isCircleScroll(true);
    autoScrollImageView.setTouchAble(false);
    autoScrollImageView.startScroll();

About

put Image into this view then can autoScroll.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages