android-motionlayout

android:visibility changes to children of MotionLayout

馋奶兔 提交于 2019-11-28 01:08:04
问题 I must be missing something with android:visibility changes within a motion layout. Here’s a simplified version of my layout. <MotionLayout> <ImageView android:id="@+id/HeaderBackground" /> Bunch of image views, Text views that are constrainted to the HeaderBackground. <RecyclerView android:visibility="visible"> <EditText android:visibility="visible"> <CustomViewGroup1 android:visibility="gone"> </MotionLayout> I have a motionScreen that sets a Transition onswipe based on the recycler view to