I have a imageveiw initially it should be in hidden mode,
Initially to set the image view to hidden mode, try
imageview.setVisibility(View.INVISIBLE);
and when login is successfull, change its visiblity to VISIBLE,
imageview.setVisibility(View.VISIBLE);