2

I need to change the background drawable for my linear layout smoothly, this is how i change the background drawable, but how i can add some animation when changing in?

 mylayout.setBackground(ContextCompat.getDrawable(HomeActivity.this, R.drawable.globebg));
user6176039
  • 79
  • 1
  • 7

1 Answers1

0

One way is to create custom view And override onDraw function with animation May be this will be more simple

Vlad
  • 7,997
  • 3
  • 56
  • 43