setupEditMode
Call this in onAttachedToWindow() like this:
override fun onAttachedToWindow() {
if (isInEditMode) {
setupEditMode()
}
super.onAttachedToWindow()
}
Content copied to clipboard
Call this in onAttachedToWindow() like this:
override fun onAttachedToWindow() {
if (isInEditMode) {
setupEditMode()
}
super.onAttachedToWindow()
}