ImageSwitcher is not showing outAnimation
问题 I'm using ImageSwitcher widget of android to transition between 2 images like a slide show but it is showing only in animation and out animation is not showing. What is the issue? Code: imageSwitcher.setFactory(new ViewSwitcher.ViewFactory() { @Override public View makeView() { RoundedImageView imageView = new RoundedImageView(context); imageView.setScaleType(ImageView.ScaleType.CENTER_CROP); imageView.setLayoutParams(new ImageSwitcher.LayoutParams(ConstraintLayout.LayoutParams.MATCH_PARENT,