-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
10 lines (8 loc) · 705 Bytes
/
README
File metadata and controls
10 lines (8 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
Ring Shaped Progress Bar or the Circular Progress Bar though is available in android , Many times does not fulfill the app requirements.Provided is the code for Custom Circular Progress Bar with Rounded edges and Secondary Progress.
It involves:
Making Custom Progress Bar class:- this class uses onDraw method for drawing both secondary and main progress circles
Setting the custom Attributes is done iin 'attrs.xml' under <declare-styleable> tag
Defining the Xml attributes in main file
Text Alignment to the center of the circle is slighlty problematic.
Read the code for better understanding and hence mold it your way.
Only the necessary files have been provided no gradle files etc are provided.