Skip to content

Commit a35eb6f

Browse files
committed
1 parent abe5fca commit a35eb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/main/java/com/dd/processbutton/ProcessButton.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ private void initAttributes(Context context, AttributeSet attributeSet) {
6565
try {
6666
mLoadingText = attr.getString(R.styleable.ProcessButton_textProgress);
6767
mCompleteText = attr.getString(R.styleable.ProcessButton_textComplete);
68+
mErrorText = attr.getString(R.styleable.ProcessButton_textError);
6869

6970
int purple = getColor(R.color.purple_progress);
7071
int colorProgress = attr.getColor(R.styleable.ProcessButton_colorProgress, purple);

0 commit comments

Comments
 (0)