android图片全景360°自动(手动)循环滚动

一个自定义控件:

地址

github:https://github.com/guoGavin/PanoramicAutoScroll

csdn:http://download.csdn.net/detail/jiguangcanhen/8404891

效果图


功能

  • 按照一定的速度自动滚动。
  • 当手指进行操作则停止滚动,手指放开则继续滚动。
  • 可以设置为无限循环滚动或者无限往复滚动。
  • 可以设置滚动速度。

Layout

<com.gavin.panoramicautoscroll.AutoScrollHorizontalScrollView
    android:id="@+id/scrollView"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:scrollbars="none"
      android:background="@android:color/transparent" >

      <LinearLayout 
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:orientation="horizontal" />

    </com.gavin.panoramicautoscroll.AutoScrollHorizontalScrollView>

滚动方式

enum ShowWay{
        cycle,//Infinite scrolling
        repeat,//Scroll back and forth
    }

自动滚动速度

enum Speed{
        slow, 
        medium,
        fast,
    }

设置以及启动

autoScrollView.setShowContent(bitmap);
autoScrollView.setSpeed(speedResult);
autoScrollView.setShowWay(showWayResult);
autoScrollView.startAutoScroll();

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值