小ビューにidをふることで解決した
(0 until constraintLayout.childCount).forEach {
constraintLayout.getChildAt(it).id = View.generateViewId()
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
小ビューにidをふることで解決した
(0 until constraintLayout.childCount).forEach {
constraintLayout.getChildAt(it).id = View.generateViewId()
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked