GithubHelp home page GithubHelp logo

jiubadao / progresspieview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from filippudak/progresspieview

0.0 2.0 0.0 658 KB

Android library for showing progress in a highly customizable pie.

License: Apache License 2.0

Java 100.00%

progresspieview's Introduction

ProgressPieView

Android library for showing progress in a highly customizable pie.

ProgressPieView

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:

Get it on Google Play

Find out the latest version from Maven Central or Gradle Please.

build.gradle:

dependencies {
    compile 'com.github.filippudak.progresspieview:library:1.0.+'
}

Example

        <com.filippudak.ProgressPieView.ProgressPieView
            android:layout_margin="8dp"
            android:layout_gravity="center"
            android:id="@+id/progressPieViewXml"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:textColor="@color/holo_orange_dark"
            android:textSize="18sp"
            android:text="Xml"
            ppv:ppvTypeface="fonts/Roboto/RobotoCondensed-Bold.ttf"
            ppv:ppvProgressFillType="center"
            ppv:ppvStrokeWidth="6dp"
            ppv:ppvStrokeColor="@color/holo_green_light"
            ppv:ppvBackgroundColor="@color/holo_purple"
            ppv:ppvProgressColor="@color/holo_red_light"/>

You can find more examples from code styling or xml styling in the sample that is provided.

Credits

Author : Filip Puđak ([email protected])

 Google+ LinkedIn

Thanks to +Gabriele Mariotti and +Chris Banes for the maven push gradle code!

Thanks to +Prateek Srivastava and +Roman Nurik 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.

progresspieview's People

Contributors

filippudak avatar pavlospt avatar

Watchers

James Cloos avatar gopher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.