hoang8f / android-flat-button

FButton - a flat button library for Android
Apache License 2.0
1.4k stars 325 forks source link

Wrong movement when release outside the button. #21

Closed sumimakito closed 1 year ago

sumimakito commented 9 years ago

When press a button with shadow enabled then release outside the button, the text will go back to the unpressed position first but the button won't. The button is still look like pressed at this time.

hoang8f commented 9 years ago

hi @SumiMakito did you use the latest version of library:

dependencies {
    compile 'info.hoang8f:fbutton:1.0.5'
}