leandroBorgesFerreira / LoadingButtonAndroid

A button to substitute the ProgressDialog
MIT License
1.94k stars 214 forks source link

[Bug] Reverting removes the rounded corners #163

Closed nonproto closed 4 years ago

nonproto commented 4 years ago

If the button is reverted the rounded edges of the button are removed. It's repeatable in the included app on the repo

nonproto commented 4 years ago

actually if you set the initial corner angle it works, i do think however if you are using a style and it sets the corners either the app needs to ignore the style complete so you have to set the intial corner no matter what, or it reads the styles initial corners

basusingh commented 4 years ago

I had the same issue. I used a drawable to set rounded corner and background colours and used the initial and final radius.

https://github.com/leandroBorgesFerreira/LoadingButtonAndroid/issues/164