https://github.com/bingoogolapple/bgaindicator-android
滑动指示器
https://github.com/bingoogolapple/bgaindicator-android
Last synced: 5 months ago
JSON representation
滑动指示器
- Host: GitHub
- URL: https://github.com/bingoogolapple/bgaindicator-android
- Owner: bingoogolapple
- Created: 2014-10-21T18:40:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T17:26:28.000Z (10 months ago)
- Last Synced: 2025-04-20T21:36:08.983Z (6 months ago)
- Language: Java
- Homepage:
- Size: 170 KB
- Stars: 27
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:running:BGAIndicator-Android:running:
============[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://maven-badges.herokuapp.com/maven-central/cn.bingoogolapple/bga-indicator)支持Indicator和ViewPager宽度不相等时也能正确运行的滑动指示器
### 效果图
### Gradle依赖
```groovy
dependencies {
compile 'com.android.support:support-v4:latestVersion'
compile 'cn.bingoogolapple:bga-indicator:latestVersion@aar'
}
```### 自定义属性说明
```xml
```
### 详细用法请查看[demo](https://github.com/bingoogolapple/BGAIndicator-Android/tree/master/demo):feet:
## 作者联系方式
| 个人主页 | 邮箱 |
| ------------- | ------------ |
| bingoogolapple.cn | bingoogolapple@gmail.com || 个人微信号 | 微信群 | 公众号 |
| ------------ | ------------ | ------------ |
||
|
|
| 个人 QQ 号 | QQ 群 |
| ------------ | ------------ |
||
|
## 打赏支持作者
如果您觉得 BGA 系列开源库或工具软件帮您节省了大量的开发时间,可以扫描下方的二维码打赏支持。您的支持将鼓励我继续创作,打赏后还可以加我微信免费开通一年 [上帝小助手浏览器扩展/插件开发平台](https://github.com/bingoogolapple/bga-god-assistant-config) 的会员服务
| 微信 | QQ | 支付宝 |
| ------------- | ------------- | ------------- |
||
|
|
## 作者项目推荐
* 欢迎您使用我开发的第一个独立开发软件产品 [上帝小助手浏览器扩展/插件开发平台](https://github.com/bingoogolapple/bga-god-assistant-config)
## License
Copyright 2015 bingoogolapple
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.