I\'m creating something like a SlideDrawer but with most customization, basically the thing is working but the animation is flickering at the end.
To further explain
Get rid of setFillAfter and just use View.GONE in onAnimationEnd(). See here for a sample custom View that implements a sliding panel using a TranslateAnimation.
setFillAfter
View.GONE
onAnimationEnd()
TranslateAnimation