我使用视图之间的相对定位,如下例所示。 https://developer.android.com/reference/android/support/constraint/ConstraintLayout.html#RelativePositioning
在我的例子中,按钮 A 是一个ViewStub,它在特定情况下膨胀。如果按钮 A 没有充气。然后按钮 B 的相对定位将更改为“父”。按钮 B 的相对位置是否可能在按钮 A 未充气时更改为“按钮 A 的相对位置”?
我使用视图之间的相对定位,如下例所示。 https://developer.android.com/reference/android/support/constraint/ConstraintLayout.html#RelativePositioning
在我的例子中,按钮 A 是一个ViewStub,它在特定情况下膨胀。如果按钮 A 没有充气。然后按钮 B 的相对定位将更改为“父”。按钮 B 的相对位置是否可能在按钮 A 未充气时更改为“按钮 A 的相对位置”?