Skip to content

moinkhan-in/MProgressBar

Repository files navigation

#MProgressBar It is Simple Progress Bar which gives you a round circle at the edge of it. You can customize color,size and other properties as per your need.

MProgressBar

#Usage compile 'com.msquare.widget.mprogressbar:mprogressbar:1.1.0'

<com.msquare.widget.mprogressbar.MProgressBar
        android:padding="20dp"
        android:id="@+id/timer1"
        app:strokeWidth="10dp"
        app:progress="30"
        app:secondaryProgress="50"
        app:backgroundColor="@android:color/black"
        app:progressColor="@android:color/holo_blue_bright"
        app:secondaryProgressColor="@android:color/holo_blue_dark"
        app:primaryCapSize="30"
        app:secodaryCapSize="40"
        app:primaryCapVisibility="true"
        app:secodaryCapVisibility="true"
        android:layout_width="200dp"
        android:layout_height="200dp" />

#License

Copyright 2016 MSquare

   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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages