Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hunainejaz2 authored Apr 12, 2023
1 parent b2ed067 commit eb8be3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CircleProgressWithDropShadow
# RoundProgressBarWithDropShadow
Create Round Progress Bar with inner side drop shadow

1-- Create a new drawable Resourse file in drawable folder.
Expand All @@ -14,6 +14,7 @@ Create Round Progress Bar with inner side drop shadow
6-- Now add the "Shape" Tag in Background item.
In shape tag add "shape" attribute and give "ring" shape for round shape of progress bar.
Now add "ThicknessRatio" attribute to shape tag.ThicknessRatio can adjust Ratio of radius of Circle.
Than add last attribute which is "use Level".Use Level can get boolean value.if value is true its mean that the shape can move as the value of progress increase
7-- Add "Gradient" tag in shape
Than add last attribute which is "use Level".Use Level can get boolean value.if value is true its mean that the shape can move as the value of progress increase.

7-- Add "Gradient" tag in shape.

0 comments on commit eb8be3a

Please sign in to comment.