Skip to content

A good indicator widget for show the current status or position of Items in ViewPager and other ViewContainers.

Notifications You must be signed in to change notification settings

xzwszl/IndicatorVIew

Repository files navigation

IndicatorView


A good indicator widget for show the current status or position of Items in ViewPager and other ViewContainers. Support

1) two kinds of shapes : rectangle and oval.
2) three kinds of Gravity: left, center and right.
3) easy to set from both code and xml.

IndecatorView ![IndecatorView] (https://github.com/xzwszl/IndicatorVIew/blob/master/picture/Screenshot_2015-08-13-17-19-39.png)

Usage

<com.xzw.szl.IndicatorView
        android:layout_marginTop="20dp"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:back_color="@android:color/black"
        app:front_color="@android:color/white"
        app:gravity="left"
        app:count="5"
        app:scale="10dp"
        app:space="5dp"
        android:paddingLeft="20dp"/>

Other

Any Questions.Feel free to contact me.

My Email Address: [email protected]

My Wechat Name: 兮乐,which means happy.

About

A good indicator widget for show the current status or position of Items in ViewPager and other ViewContainers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages