Skip to content

Instantly share code, notes, and snippets.

@manas-raj-shrestha
Created May 31, 2017 08:33
Show Gist options
  • Save manas-raj-shrestha/70c66081e433ea4984434949d742fdab to your computer and use it in GitHub Desktop.
Save manas-raj-shrestha/70c66081e433ea4984434949d742fdab to your computer and use it in GitHub Desktop.
private fun setButtonClicks() {
(0..grid_layout.childCount)
.filter { grid_layout.getChildAt(it) != null }
.forEach { grid_layout.getChildAt(it).setOnClickListener(this) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment