Guys i have a textview which i need it to be blinking please help me with it.
Don't need set for this. Just alpha:
anim/flash_leave_now.xml
And in code:
mTextView.setAnimation(AnimationUtils.loadAnimation(getContext(), R.anim.flash_leave_now));