Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FilipPudak/ProgressPieView
Android library for showing progress in a highly customizable pie.
https://github.com/FilipPudak/ProgressPieView
Last synced: 7 days ago
JSON representation
Android library for showing progress in a highly customizable pie.
- Host: GitHub
- URL: https://github.com/FilipPudak/ProgressPieView
- Owner: FilipPudak
- License: apache-2.0
- Created: 2014-06-04T18:41:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T13:37:34.000Z (over 3 years ago)
- Last Synced: 2024-09-28T06:17:40.648Z (about 1 month ago)
- Language: Java
- Size: 643 KB
- Stars: 398
- Watchers: 17
- Forks: 77
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mobile-ui - FilipPudak/ProgressPieView
README
ProgressPieView
===============Android library for showing progress in a highly customizable pie.
![ProgressPieView](/sample/images/progresspieview.png)
Choose from the broad spectre of styleable elements:
* `ppvStrokeWidth` - The width of stroke around the view.
* `ppvStrokeColor` - The color of stroke around the view.
* `ppvBackgroundColor` - The color of the views background.
* `ppvProgressColor` - The color view of the views progress.
* `ppvInverted` - Inverts the drawing of progress (fill radial only).
* `ppvCounterclockwise` - Draws the progress counterclockwise (fill radial only).
* `ppvProgressFillType` - Type for the progress fill (either fill radial at an angle or fill from center outwards).
* `ppvImage` - image (can be hidden).
* `ppvTypeface` - Font of the text.
* `text` - text (can be hidden).
* `textSize` - Size of the text.
* `textColor` - Color of the text.Usage
======To get a feel of how it works you can also try out the sample:
Find out the latest version from [Maven Central](http://search.maven.org/) or [Gradle Please](http://gradleplease.appspot.com/).
build.gradle:
```
dependencies {
compile 'com.github.filippudak.progresspieview:library:1.0.+'
}
```Example
=======
```xml
```
You can find more examples from code styling or xml styling in the sample that is provided.Credits
=======
Author : Filip Puđak ([email protected])Thanks to [+Gabriele Mariotti](https://plus.google.com/+GabrieleMariotti/) and [+Chris Banes](https://plus.google.com/+ChrisBanes/) for the maven push gradle code!
Thanks to [+Prateek Srivastava](https://plus.google.com/u/0/+PrateekSrivastava/) and [+Roman Nurik](https://plus.google.com/+RomanNurik/) for the base idea which was ProgressButton!
License
=======Copyright 2014 Filip Puđak
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 at
http://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.