Skip to content

Commit

Permalink
uknownothingsnow#147 fixed - Disable Default Suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarvish committed Aug 18, 2021
1 parent 2fd6c46 commit efccd9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public ArcProgress(Context context, AttributeSet attrs, int defStyleAttr) {
default_text_size = Utils.sp2px(getResources(), 40);
default_suffix_text_size = Utils.sp2px(getResources(), 15);
default_suffix_padding = Utils.dp2px(getResources(), 4);
default_suffix_text = "%";
default_suffix_text = "";
default_bottom_text_size = Utils.sp2px(getResources(), 10);
default_stroke_width = Utils.dp2px(getResources(), 4);

Expand Down

0 comments on commit efccd9c

Please sign in to comment.