How to specify TransitionManager.beginDelayedTransition to affect only direct child views
问题 I am trying to use a ConstraintLayout in conjunction with views that slide up and down with animation. These views are organized vertically, with a RecyclerView at the top and two other views stacked under it: <constraint layout container> [ ] [ recycler view ] [ ] [48dp height 1st view] [48dp height 2nd view] </constraint layout container> The animation is very simple: When a button is tapped the 1st view moves from the bottom of the container to the position you can see above, when tapped