登录 注册
当前位置:主页 > 资源下载 > 10 > Android代码:android-viewpager-indicator

Android代码:android-viewpager-indicator

  • 更新:2024-12-16 13:06:02
  • 大小:154KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

android-viewpager-indicator A simple customizable indicator for ViewPagers Installation: Add the following to the main project gradle file: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Add this to the module gradle file: dependencies { compile 'com.github.ravindu1024:android-viewpager-indicator:1.0.1' } Usage: 1) add using xml: ```xml Then in code: ViewPagerIndicator indicator = (ViewPagerIndicator) findViewById(R