vlonjat-gashi / progress-activity

Easily add loading, empty and error states in your app.
1.02k stars 171 forks source link

How is the rounded corner of the button in the error view? #27

Closed jjjjyx closed 5 years ago

jjjjyx commented 5 years ago

I observed your source code and found that there is no shape manipulation of the button, so it is strange how the rounded corners of this button are implemented. Is this the line? https://github.com/vlonjatg/progress-activity/blob/25b9ec063df3d0c752e6eb0aa15062be4714178a/library/src/main/java/com/vlonjatg/progressactivity/ProgressConstraintLayout.java#L419

jjjjyx commented 5 years ago

Hahahaha, I know why.