leandroBorgesFerreira / LoadingButtonAndroid

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

Button Corner Radius Reverts #185

Open oyamo opened 2 years ago

oyamo commented 2 years ago

Button corner radius changes when the animation is reverted.

ChhaiHout commented 2 years ago

For me I cannot face that issue by using v2.1.5 implementation 'br.com.simplepass:loading-button-android:2.1.5'

oyamo commented 2 years ago

I am using the latest version implementation 'br.com.simplepass:loading-button-android:2.2.0

mahbub-alam commented 2 years ago

I have similar problem. My button background has selector with rounded corners. After calling button.startAnimation(), when I try to revert it using button.revertAnimation, the button corners disappear and shows square button. I am using

implementation "br.com.simplepass:loading-button-android:2.2.0"

moradi-morteza commented 2 years ago

i have this problem too

vpnly commented 2 years ago

@moradi-morteza try to add app:initialCornerAngle="your_dimention" to your button in xml layout

tareq3 commented 2 years ago

@vpnly thanks its working now.

pengliangs commented 2 years ago

I also met