transition-button-android
transition-button-android copied to clipboard
[Issue Fixed] When onBackPressed() from NewActivity, the MainActivity…
… is covered by the scaled Transition Button
Hi, I love this custom button. However, I found it weird when the back button is pressed from new activity, the button occupies the whole screen. So I added a new method resetAnimation() to TransitionButton, and exposed it to other activities, to resize the button and clear the animation.