Fade out a view


/ Published in: Java
Save to your folder(s)

fade out view called 'row'


Copy this code and paste it in your HTML
  1. row.startAnimation(AnimationUtils.loadAnimation(this, android.R.anim.fade_out));
  2. row.setVisibility(View.INVISIBLE);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.