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));