operator fun ViewGroup.get(index: Int): View
Returns the view at index.
IndexOutOfBoundsException - if index is less than 0 or greater than or equal to the count.
IndexOutOfBoundsException