6

Still showing and hiding view like this:

if(isChecked)
{           
    linearLayoutMap.setVisibility(View.VISIBLE);
}
else 
{
    linearLayoutMap.setVisibility(View.GONE);               
}

but what if I have to show and hide using Slide Up and Slide Down Animation

reVerse
  • 35,075
  • 22
  • 89
  • 84
Sun
  • 6,768
  • 25
  • 76
  • 131

0 Answers0