Recyclerview: listen to padding click events
问题 I have an horizontal RecyclerView with leftPadding = 48dp , topPadding = 24dp and clipToPadding = false . It starts with an empty space on the left, but when the user scrolls the list its items are drawn on that (previously empty) space. The top space is always empty. This RecyclerView is inside a FrameLayout with foreground = selectableItemBackground . My problem comes from the fact that the RecyclerView consumes and ignores touches on the left and top spaces, meaning an OnClickListener won