Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YangShaoXiong/LikeSinaSportProgress
仿新浪体育客户端的进度条
https://github.com/YangShaoXiong/LikeSinaSportProgress
android
Last synced: 3 months ago
JSON representation
仿新浪体育客户端的进度条
- Host: GitHub
- URL: https://github.com/YangShaoXiong/LikeSinaSportProgress
- Owner: YangShaoXiong
- Created: 2016-07-02T06:00:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T08:44:58.000Z (over 5 years ago)
- Last Synced: 2024-06-16T01:33:26.377Z (5 months ago)
- Topics: android
- Language: Java
- Homepage:
- Size: 355 KB
- Stars: 263
- Watchers: 5
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - LikeSinaSportProgress - 仿新浪体育客户端的进度条 (进度条)
README
## Preview
![效果图](https://github.com/YangShaoXiong/LikeSinaSportProgress/blob/master/screenshot/image.gif)
## Usage
```java```
## Attributes
| name | format | description | default_value |
| :--------------------------:| :------: | :-----------: | :-----------: |
| left_progress_bg | color | 左进度条的背景颜色 | #DD2F1C |
| left_progress_value | integer | 左进度条的大小 | 0 |
| right_progress_bg | color | 右进度条的背景颜色 | #1D69E1|
| right_progress_value | integer | 右进度条的大小 | 0 |
| left_right_progress_spacing | integer | 左右进度条之间的间隔距离(间隔 = n * progress_height) | n = 1 |
| progress_anim_duration | integer | 进度条的动画时长(单位毫秒) | 3000 |
| progress_height | dimension | 进度条的高度 | 15 |
## License
```
Copyright 2016 DreamerLicensed 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.
```