Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LineChen/FlickerProgressBar
Android 仿应用宝下载进度条
https://github.com/LineChen/FlickerProgressBar
Last synced: 2 months ago
JSON representation
Android 仿应用宝下载进度条
- Host: GitHub
- URL: https://github.com/LineChen/FlickerProgressBar
- Owner: LineChen
- License: apache-2.0
- Created: 2016-08-26T10:30:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T08:41:21.000Z (over 6 years ago)
- Last Synced: 2024-08-03T01:17:12.210Z (6 months ago)
- Language: Java
- Homepage:
- Size: 4.43 MB
- Stars: 653
- Watchers: 16
- Forks: 126
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - FlickerProgressBar - 安卓仿应用宝下载进度条 (进度条)
README
# FlickerProgressBar
### 自定义属性
| 属性名 | 说明 | 默认值 |
|--------|--------|--------|
| loadingColor | 下载中颜色 | #40c4ff |
| stopColor | 暂停时和下载完成颜色 | #ff9800 |
| textSize | 进度文本字体大小 | 12sp |
| radius | 圆角 | 0dp |
| borderWidth | 背景边框宽度 | 1dp |### 效果图
![pic](https://github.com/LineChen/FlikerProgressBar/blob/master/screenshot/screenshot.gif)
### 更新历史
>1. First commit on 2016/8/26
>2. Add round support adn fix reset function on 2016/11/11# License
```
Copyright 2016 LineChen <[email protected]>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.
```欢迎关注微信公众号
![欢迎关注微信公众号](https://github.com/LineChen/FlickerProgressBar/blob/master/qrcode_wechat.jpg)