`fun View.inEditMode(block: () -> Unit) = run {...
# announcements
v
`fun View.inEditMode(block: () -> Unit) = run {if (this.isInEditMode) block()}