[Widget]ReplaceLayout-交替布局

ReplaceLayout

ICON

交替布局,配合TabStrip使用,达到伴随ViewPager动作而进行改变的效果,继承自FrameLayout,通过设置ReplaceAdapter来完成管理子项View的变化,并通过move(int, int, float)方法和moveTo(int)方法达到变化的效果。

预览

Screenshots

要求

链接

使用

  • 基本布局
<am.widget.replacelayout.ReplaceLayout
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />
  • 基本代码
replaceLayout = (ReplaceLayout) findViewById(id);
replaceLayout.setAdapter(adapter);
replaceLayout.moveTo(correct);
replaceLayout.move(correct, next, offset);

注意

  • 继承自FrameLayout,仅修改必要的触摸拦截,不建议通过xml方式在其内部添加View
  • 仅有设置ReplaceAdapter并实现其中的变化方法才能实现子View变化效果
  • move(int, int, float)中最后一个参数为-1~1的偏移值
  • 清楚移动方向可使用moveLeft(int, int, float)及moveRight(int, int, float)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值