项目作者: Ulez

项目描述 :
A ViewPager indicator use Bezier curve
高级语言: Java
项目地址: git://github.com/Ulez/DropIndicator.git
创建时间: 2016-11-24T05:46:52Z
项目社区:https://github.com/Ulez/DropIndicator

开源协议:

下载


DropIndicator

gif

Usage

Step 1
  1. compile 'com.github.ulez:dropindicator:0.0.2'
Step 2
  1. <comulez.github.droplibrary.DropIndicator
  2. android:background="@color/colorPrimary"
  3. android:id="@+id/circleIndicator"
  4. android:layout_width="match_parent"
  5. android:layout_height="50dp"
  6. android:layout_alignParentBottom="true"
  7. app:circle_color="@android:color/darker_gray"
  8. app:click_color="#fafafa"
  9. app:color1="#FCC04D"
  10. app:color2="#00C3E2"
  11. app:color3="#FE626D"
  12. app:color4="#966ACF"
  13. app:duration="800"
  14. app:radius="14dp"
  15. app:scale="0.5">
  16. <ImageView
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:src="@drawable/msg" ></ImageView>
  20. ........
  21. </comulez.github.droplibrary.DropIndicator>

Blog博客

Lisence:

Lisenced under Apache 2.0 lisence