Code Monkey home page Code Monkey logo

multiprogressbar's Introduction

MultiProgressBar

A beautiful, Android Multi ProgressBar.

How to use

Inside your GRADLE (APP) add :

dependencies{
compile 'com.github.mohak1712:MultiProgressBar:2.3.1'
}
allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

In XML--

    xmlns:custom="http://schemas.android.com/apk/res-auto" -  parent layout
    
 <com.mohak.mutliprogressbar.MultiProg
        android:id="@+id/mutli"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        custom:barHeight="2dp"
        custom:mReachedBarColor="#d3d"
        custom:mColorLeft="#ffffff"
        custom:mColorRight="#ffffff"
        android:layout_margin="10dp"
        custom:mBgcolor="#e9e9e9"
        custom:maxprogress="100"
        custom:textsize="10sp"
        custom:progress="50" />

NOTE - mBgcolor should be same as background color of your parent layout In JAVA--

        multiProg = (MultiProg) findViewById(R.id.mutli);
        multiProg.setmCurrentProgress(15);

screenshot_20160802-171737 screenshot_20160802-171740 screenshot_20160802-171745 screenshot_20160802-171748 screenshot_20160802-171751

multiprogressbar's People

Contributors

mohak1712 avatar

Watchers

James Cloos avatar Muhammad Nouman 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.