您当前的位置: 首页 >  android

android-viewpager-indicator

发布时间:2016-10-20 09:25:08 ,浏览量:0

android-viewpager-indicator
项目地址: ravindu1024/android-viewpager-indicator
简介:A simple customizable indicator for ViewPagers

alt tag alt tag alt tag

A simple customizable indicator for ViewPagers

Installation:

1) Download the repository

2) In Android Studio, select File->New->Import Module and select the "indicatorlib" directory and import it to your project

Usage:

1) add using xml:


			

2) Then in code:

ViewPagerIndicator indicator = (ViewPagerIndicator) findViewById(R.id.pager_indicator);
    indicator.setPager(pager);  //pager - the target ViewPager

NOTE: Changes to the ViewPager pages at runtime will be automatically handled when you call notifyDataSetChanged().

关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    111043博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.1390s